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
Currently, the application works fine in a local environment.
As soon as the client and server are deployed on separate machines, a Cross Origin Request error occurs. This can be fixed by enabling cross-origin resource sharing. See here:
Currently, the application works fine in a local environment.
As soon as the client and server are deployed on separate machines, a Cross Origin Request error occurs. This can be fixed by enabling cross-origin resource sharing. See here:
http://enable-cors.org/server_expressjs.html
The text was updated successfully, but these errors were encountered: