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
Usage of CORS is necessary when using two different bsae URLs for backend and frontend.
There is a problem with cors with the agree, and negotaition status methods:
Because we send the headers with the forcing of credentials.
This happens when you have the backend and the frontend separated in two instances.
Solution
Remove this property from the frontend
Expected Behavior
No CORS errors
The text was updated successfully, but these errors were encountered:
Current Behavior
Usage of CORS is necessary when using two different bsae URLs for backend and frontend.
There is a problem with cors with the agree, and negotaition status methods:
Because we send the headers with the forcing of credentials.
This happens when you have the backend and the frontend separated in two instances.
Solution
Remove this property from the frontend
Expected Behavior
No CORS errors
The text was updated successfully, but these errors were encountered: