Facing issue in login while connecting with Google

Perfect; thanks @sultan.mohd2023 :sunglasses:

So there are two things you should review:

  1. It looks like your value for authorizationParams may be incorrect. If you check the latest Auth0 React SDK documentation here, you’ll see that your redirect_Uri parameter should actually be redirect_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)

  2. If the problem persists, then double-check the value for redirectUri. This should be a properly formatted URL, as in something like http://localhost:3000