getsentry / sentry

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

Auth page flashes error page in UI then redirects to expected page #39070

Open akpay opened 2 years ago

akpay commented 2 years ago

Self-Hosted Version

22.8.0

CPU Architecture

x86_64

Docker Version

20.10.17

Docker Compose Version

2.10.1

Steps to Reproduce

  1. Login as Owner User
  2. Click on Organization settings
  3. Click on Auth option
  4. It lands on to flash page with error(attached screenshot) then in few seconds redirects to right page without error https://sentry./organizations//auth/configure/

Expected Result

Owner -> Organization settings -> Auth -> Should not show flash error page & directly lands on https://sentry./organizations//auth/configure/

Actual Result

Sentry-Org-Settings-Auth-Error Sentry-Internal-Issue
akpay commented 2 years ago

@jas-kas @ryan953 Please check & revert

hubertdeng123 commented 2 years ago

Is there a specific PR you are talking about, could you link that here? Please try to avoid tagging specific sentry employees here if you can. This also seems like an issue that potentially should belong in getsentry/sentry so I'll be transferring that there.

getsentry-release commented 2 years ago

Routing to @getsentry/enterprise for triage. ⏲️

maxiuyuan commented 2 years ago

Hey! We looked into the issue and the team is aware of it. This bug occurs due to our frontend transitioning from React to Django views. We're sorry for the inconvenience, I’m adding it to our backlog, but if it affects auth setup for you, please let me know and we can prioritize it

dashed commented 2 years ago

I'm working on resolving this, but my bandwidth is being invested on other work at the moment.

One of the first steps for fixing this was merged in https://github.com/getsentry/sentry/pull/37711. I plan on following up with more pull requests to address this issue.

akpay commented 1 year ago

@maxiuyuan @dashed Any ETA for fix?

dashed commented 1 year ago

@akpay I plan to address it in a few weeks.