Replies: 11 comments 30 replies
-
Hi, how do you run this? (via Docker, or by running it without Docker example) |
Beta Was this translation helpful? Give feedback.
-
Hi, I have use Quickstart . 3 containers are up and running , no errors in log. You are right, when I stop the bracket-backend I get the same error. Why there are no communication? They are in the same network. I am not an expert in docker. |
Beta Was this translation helpful? Give feedback.
-
can you maybe run
But you might see an error instead of the above. For the frontend, you probably do see this:
Also, you might have bracket running twice, which blocks one of the backend instances to use port 8400 |
Beta Was this translation helpful? Give feedback.
-
[2023-12-08 16:05:55 +0000] [1] [INFO] Starting gunicorn 21.2.0 bracket-frontend | yarn run v1.22.19 |
Beta Was this translation helpful? Give feedback.
-
Okay, and can you open the console in the browser (pressing F12) and make a screenshot of what happens there under the I'll make this a discussion btw. |
Beta Was this translation helpful? Give feedback.
-
I am facing the same issue when using the docker quickstart instructions. Has there been any progress on this? |
Beta Was this translation helpful? Give feedback.
-
I think the problem is because of CORS, which I have now disabled by default: #400 |
Beta Was this translation helpful? Give feedback.
-
Still the same issue. Steps taken: git clone https://github.com/evroon/bracket.git When looking at the network inspect tab it seems like it is trying to connect to localhost:8400 rather than the docker backend IP although my knowledge on all this is limited ![]() |
Beta Was this translation helpful? Give feedback.
-
Hello! bracket-backend | [2024-02-08 13:06:39,102] [bracket] [WARNING] Empty db detected, creating admin user... |
Beta Was this translation helpful? Give feedback.
-
Is this going to be fixed? I am still having this issue today and its been months since the last reply. Doesn't look like it ever got fixed. |
Beta Was this translation helpful? Give feedback.
-
New installation and error when trying to log in

Beta Was this translation helpful? Give feedback.
All reactions