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
If the backend is about to run on a different host/port than the frontend, make sure to handle OPTIONS too and return correct Access-Control-Allow-Origin and Access-Control-Allow-Headers (e.g. Content-Type).
If the backend is about to run on a different host/port than the frontend, make sure to handle
OPTIONS
too and return correctAccess-Control-Allow-Origin
andAccess-Control-Allow-Headers
(e.g.Content-Type
).https://realworld-docs.netlify.app/docs/specs/backend-specs/cors
The text was updated successfully, but these errors were encountered: