-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to change OAuth Redirect URLs due to GraphQL error #665
Comments
|
@hudbuddy got that message too at the start, but then it switched to the integrity error. Don't know why, but we're definitely talking about the same issue here. |
2nd redirect URI does not save, response is 200. Repro: EDIT: Resolved with more specific client name via @BarryCarlyon |
|
Seems to be working again for me. |
|
@JorisKok same. I'm closing this. If anyone still has the issue, feel free to open it up again. |
|
For anyone that stumbles over this issue: This is superseeded by #665 and anyone having an issue crate or editing an application should also check they are
|
|
I've also encountered this issue, and the solution was changing the app name. Which is weird, because I've had the old app name for years at this point. If I change back to the old name, it breaks again. |
|
I can neither create a new, nor edit an existing application. Have tried with two different browsers and two different users (one combination of which was previously able to create and edit applications). Getting GraphSQL error in the console. |
|
I am getting the same issue when trying to update my redirect urls from localhost to actual domain |

Every attempt to try to change the OAuth Redirect URL for any application results in the site doing nothing when clicking "Save". In the console, there are errors reported by GraphQL (service error and failed integrity check):
I am therefore unable to modify my application's redirect URLs in any way. This happens regardless of browser or version.
The text was updated successfully, but these errors were encountered: