Perfect; thanks @sultan.mohd2023
So there are two things you should review:
-
It looks like your value for
authorizationParams
may be incorrect. If you check the latest Auth0 React SDK documentation here, you’ll see that yourredirect_Uri
parameter should actually beredirect_uri
- as in the uppercase “U” should be a lowercase one. This was actually the problem experienced in one of the previous issues I shared (i.e. Help: server_error: Unable to issue redirect for OAuth 2.0 transaction - #5 by drew.daniels) -
If the problem persists, then double-check the value for
redirectUri
. This should be a properly formatted URL, as in something likehttp://localhost:3000