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
Setting up cors with multiple origin doesn't work it returns multiple Access-Control-Allow-Origin when it should only return caller
Access to fetch at 'http://localhost:3000/experiences' from origin 'http://127.0.0.1:5173' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header contains multiple values 'http://127.0.0.1:5173, http://localhost:4000', but only one is allowed. Have the server send the header with a valid value, or, if an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Setting up cors with multiple origin doesn't work it returns multiple Access-Control-Allow-Origin when it should only return caller
The text was updated successfully, but these errors were encountered: