GitHub Integration Problem - opens new modal and redirects
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Steps to Reproduce
- Enabled SSO with Github
- Go to Github integration
- Click on "Add installation"
- It opens a new modal redirecting to /organizations/helpmonks/issues/
- No integration is done. Going back to integration shows "add installation"
Expected Result
That it works :)
Actual Result
Product Area
Settings - Integrations
Link
No response
DSN
No response
Version
24.4.2
Assigning to @getsentry/support for routing ⏲️
I've got the same issue
Assigning to @getsentry/support for routing ⏲️
Routing to @getsentry/product-owners-settings-integrations for triage ⏲️
Does anyone have a solution?
Same problem here
As for me. I have follow the documentation. Here, at the "User authorization callback URL" says to set it to ${url-prefix}/auth/sso/. But I have tried open network inspector and saw that redirect URL is mismatch. It actually redirect to ${url-prefix}/extensions/github/setup/ (The same one as "Setup URL (optional)")
I therefore try to set callback URL to the same one as setup URL like below at GitHub app settings page. Work nicely for me.
thanks @buratud for me it showed as installed after setup url update, if anybody encounter this try to uninstall it from github apps section installed apps and try again.