I have configured my callback urls properly and user is login but not redirecting back to the application after pressing continue with google.
Note: The application is in Flutter
I have configured my callback urls properly and user is login but not redirecting back to the application after pressing continue with google.
Note: The application is in Flutter
Hi @alizaali9490,
Welcome to the Auth0 Community!
Can you describe what happens after the user logs in with Google?
And can you make sure that the redirect_uri
of your login request references one of the callback URLs you defined in your app settings?
Thanks,
Rueben