getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.07k stars 4.19k forks source link

[Wizard] CORS error after auth redirect #79807

Open ArthurKnaus opened 1 week ago

ArthurKnaus commented 1 week ago

After going through the auth redirect the user can end up on the wizard page of a non control silo region, resulting in a CORS error on form submit.

Reproduction:

  1. Log out of Sentry
  2. Run wizard locally
  3. Login to Sentry through wizard
  4. Try to submit the project selector form -> Causes CORS error from https://[slug].sentry.io/account/settings/wizard/[id] to https://sentry.io/account/settings/wizard/[id]
alvesvin commented 5 days ago

Error persists

alvesvin commented 5 days ago

Out of a sudden it worked

dule-vikki commented 2 days ago

same issue