-
Notifications
You must be signed in to change notification settings - Fork 141
-
|
Hello, when creating a round it always gives an error of object. Is the application 100% finished? |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 3 replies
-
|
Thanks for your interest in this repo! |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
PR is now merged: #213 |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Thanks. I am deploying in local windows and it is giving me cors problems part of the app. and I can't find a way to debug, I'll be attentive to your updates. maybe I can help. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
The idea is that that should be fixed using the environment variables described here: https://evroon.github.io/bracket/docs/getting-started/configuration But if that doesn't work or you want to disable CORS, you can also just comment these lines for now: https://github.com/evroon/bracket/blob/master/backend/bracket/app.py#L22-L29 |
Beta Was this translation helpful? Give feedback.