Failed Login - Error: Invalid URI "*******"

I am trying to set up a React app to authenticate. I can enter my credentials but then the login fails.

The Auth0 logs say Failed Login with a description of Error: Invalid URI “*******”

Down in the raw message it says:
“error”: {
“message”: “Error: Invalid URI "*******"”,
“oauthError”: “access_denied”,
“type”: “oauth-authorization”
},

Is there any way to determine which URI it is complaining about?

I managed to track it down to a rule.

2 Likes

Fantastic @andrew7! Please let us know in the future if we can be of assistance!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.