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
Do you know why I get in the browser when signing up on localhost:8080:
Access to XMLHttpRequest at 'http://localhost:3000/signin' from origin 'http://localhost:8080' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Do you know why I get in the browser when signing up on localhost:8080:
Access to XMLHttpRequest at 'http://localhost:3000/signin' from origin 'http://localhost:8080' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I have this in initializers/cors:
origins 'http://localhost:8080'
The text was updated successfully, but these errors were encountered: