Another "Oops!, something went wrong" issue

Just created a new, free account and setup my application. Working through the “The Complete Guide to React User Authentication with Auth0” tutorial, got to the point where I try to login and am getting the dreaded “Oops!, something went wrong” message.

I took a HAR file (and sanitized it, of course) so can make it available if it’s of any use.

The POST https://dev--xxxxx.us.auth0.com/login/callback call returned a 500 server error.
And the Auth0 logs show the error
Unable to issue redirect for OAuth 2.0 transaction

Completely blocked at this point…

RESOLVED: Had a typo redirecdtUri in my Auth0Provider props… as soon as I fixed that, it worked.

2 Likes

Perfect! Glad you have figured it out!

The solution to the problem was:

a typo redirecdtUri in Auth0Provider props… as soon as it was fixed, it worked.

1 Like