Skip to content
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

OAuth gateway does not show error messages #68

Open
danpalmer opened this issue Aug 17, 2017 · 1 comment
Open

OAuth gateway does not show error messages #68

danpalmer opened this issue Aug 17, 2017 · 1 comment

Comments

@danpalmer
Copy link
Contributor

I have deployed an OAuth application that uses https://auth.monzo.com/, but I forgot to add the production redirect URL. This means that login does not work.

When I click the "Submit" button, nothing happens.

screenshot 2017-08-17 16 44 23

Using the web inspector I can see that the button is initiating a web request which is receiving a 400 status code with the payload:

{
    "code": "bad_request.bad_param.redirect_uri",
    "message": "Mismatched redirect_uri"
}

This makes sense given the error I made, but no error message was shown. It would be great to at least have a generic error message, the literal message provided here might be even better (if not understandable by most).

@andreypanin
Copy link

Just came across the same issue, but looking at the creation date of your ticket I doubt that anyone at Monzo will take care of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants