CORS issue running Studio on localhost #6859
Replies: 1 comment
-
We figured out that this issue was due to a browser extension that was causing the issue. For us it was the Intellimize browser extension. Disabling the extension fixed the issue. This happened to another engineer on our team this week so hopefully this can help someone else if you run into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I'm running Sanity Studio with sanity dev command locally, it appears my auth requests are getting redirected by api.sanity.io and the request headers are getting dropped which results in a CORS error. The domain http://localhost:3333 is already added to my allowed domains in sanity.io.
Has anyone encountered this or know the fix? This was previously working so I'm not sure if something may have changed in the Sanity package or API?
Beta Was this translation helpful? Give feedback.
All reactions