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
The Express server uses cors('*') which allows any origin to call the API, including credentials. This is a security risk. The CORS config should be updated to accept only the frontend origin from an env variable.
The Express server uses cors('*') which allows any origin to call the API, including credentials. This is a security risk. The CORS config should be updated to accept only the frontend origin from an env variable.