GitHub App - redirect_uri
is not recognized
#64705
Replies: 7 comments
-
We're also facing the same issue, it looks like this has been broken for months now. It's pretty annoying since we have multiple URLs setup for different testing environments and it only ever selects the first one. I've tried everything, triple checked the |
Beta Was this translation helpful? Give feedback.
-
Same problem, I had this problem at least a year ago, I had to create a new github app for each environment. I tried again today, but still no solution. What rubbish |
Beta Was this translation helpful? Give feedback.
-
From my understanding the install link The
It would be really nice if the install link also supported the |
Beta Was this translation helpful? Give feedback.
-
Is there any update on this, or any workaround on how the |
Beta Was this translation helpful? Give feedback.
-
Seems like its still an issue 🤔 |
Beta Was this translation helpful? Give feedback.
-
Redirect uris are supported, I think you are missing this part:
https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#redirect-urls |
Beta Was this translation helpful? Give feedback.
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
I'm following a guide here and added multiple callback URLs to my application.
They differ by parameters and look like
https://myserver.io/api/github/v1/oauth2/callback
https://myserver.io/api/github/v1/oauth2/callback?case_one=value_one
https://myserver.io/api/github/v1/oauth2/callback?case_two=value_two
But when I'm using
https://github.com/apps/my-git-hub-app-name/installations/new?redirect_uri=https%3A%2F%2Fmyserver.io%2Fapi%2Fgithub%2Fv1%2Foauth2%2Fcallback%3Fcase_two%3Dvalue_two
link This redirect URL is not selected - it uses the default first one.Beta Was this translation helpful? Give feedback.
All reactions