Callback URL After Login

Hi @justin.cassidy,

Welcome to the Auth0 Community!

Firstly, for the Callback URL to work, please make sure to:

The URL should be passed into the redirect_uri property inside the authorizationParams object. See below:

onClick={() => loginWithRedirect(authorizationParams: { redirect_uri:'https://parentsite/myReactSPA/'})}

Could you please give this a try and let me know how this works for you?

Thanks,
Rueben