Replies: 1 comment
-
Use WEBLATE_CORS_ALLOW_ALL_ORIGINS=1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
I want to allow CORS requests to the API from any domain, but setting it to
*
results in a parse error. Setting it to True doesn't work eitherSolution brainstorm
Check if the env variable is True and/or *, and set to True in settings.py instead of get_env_list()
Describe alternatives you have considered
No response
Screenshots
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions