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?