You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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).
The text was updated successfully, but these errors were encountered:
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.
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:
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).
The text was updated successfully, but these errors were encountered: