develop
develop copied to clipboard
GitHub integration missing callback URL
${url-prefix}/extensions/github/setup/ should also be included as one of callback URL, otherwise the app will fail. Specifying only the ${url-prefix}/auth/sso/ would fail the installation.
👇🏻 This works
Code in question: https://github.com/getsentry/develop/blob/3402f8228985e501a3bd8d87af72e416df6acf23/src/docs/integrations/github.mdx?plain=1#L20-L26
Another case: https://discord.com/channels/621778831602221064/1235674927265484930/1235887106048397392
Thanks a lot, this solved the integration issue on my self-hosted instance. Honestly, I would've never figured it out by myself.
Closing since https://github.com/getsentry/develop/pull/1235 has been merged