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 have installed the app but I am unable to log on. The browser's console log gives me the following error message:
"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:5000/login. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 403."
Can you help? The app is running on port 3000 and server is running on port 5000 on localhost.
My node version is:
v20.14.0
My npm version is:
10.7.0
Thank you,
Miklos
The text was updated successfully, but these errors were encountered:
Hi Deepsha,
I have installed the app but I am unable to log on. The browser's console log gives me the following error message:
"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:5000/login. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 403."
Can you help? The app is running on port 3000 and server is running on port 5000 on localhost.
My node version is:
v20.14.0
My npm version is:
10.7.0
Thank you,
Miklos
The text was updated successfully, but these errors were encountered: