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
CORS is currently preventing requests from localhost on our deployed version. It would be good if we could get this to work as it would allow people to test the frontend by changing the API URL, without needing to start/setup the backend.
Note that the CORS configuration for the WebSockets is separate, but I believe it's even more restrictive so it'll be good to make that publically available too.
The text was updated successfully, but these errors were encountered:
CORS is currently preventing requests from localhost on our deployed version. It would be good if we could get this to work as it would allow people to test the frontend by changing the API URL, without needing to start/setup the backend.
Note that the CORS configuration for the WebSockets is separate, but I believe it's even more restrictive so it'll be good to make that publically available too.
The text was updated successfully, but these errors were encountered: