React+Auth0 - Unable to issue redirect for OAuth 2.0 transaction

Hello @he_man_she welcome to the community :smiley_cat:

Typically, that error is thrown when there is an issue with the redirect_uri - If you inspect the network tab when clicking to log in, do you see the redirect_uri param included in the authorize request? Additionally, I would double check to make sure whatever you expect the redirect_uri to be is defined as an allowed callback url in your application settings in Auth0:

Keep us posted!