Hi @qa1,
Welcome to the Auth0 Community!
I recommend checking your tenant logs to verify that the redirect_uri
in your login event matches the one you passed in your login request. The URL should match one of the URLs defined in the Allowed Callback URLs.
It might also be worth checking your network activity to ensure that the redirect_uri
value is passed in correctly.
Thanks,
Rueben