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
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Having installed this package and trying to configure oauth, it appears that there is a wrong redirect somewhere.
Going to https://<sentry-server>/settings/<organization>/auth/ there is a Google provider.
When clicking on configure, I am redirected to the google sign-in screen.
After clicking on my account, the browser is redirected to https://<sentry-server>/organizations/<organization>/auth/, which is a 404.
I tried to look into the source of this package, but I couldn't seem to find where this issue is.