You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to allow CORS from all origins. I added CORS_ALLOWED_ORIGINS=* to the .env file, but the server fails to start when this variable is set.
Is there any way to allow CORS from all origins in this setup?
Steps to reproduce
Add CORS_ALLOWED_ORIGINS=* to the .env file.
Start the server.
Observe that the server failed to start, likely due to an issue with the CORS configuration.
Environment
Production
Browser
Google Chrome
Variant
Self-hosted
Version
v0.23.1
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current behavior
I am trying to allow CORS from all origins. I added
CORS_ALLOWED_ORIGINS=*
to the .env file, but the server fails to start when this variable is set.Is there any way to allow CORS from all origins in this setup?
Steps to reproduce
CORS_ALLOWED_ORIGINS=*
to the.env
file.Environment
Production
Browser
Google Chrome
Variant
Self-hosted
Version
v0.23.1
The text was updated successfully, but these errors were encountered: