Thanks for sending the screenshots! Based on those, it does seem like handleRedirectCallback
is called when there are query params. Still, I’m wondering if it does not complete because of the redirect back to home since handleRedirectCallback
is an async function.
Does your Angular Router contain a redirect (redirectTo
)? If so, you could try removing it.
This topic is for an Angular 9 app, but may be helpful: Angular 9 application with Auth0 keeps on redirecting after successful login in Firefox - #8 by kphay-11
You could try passing the URL to handleRedirectCallback
like in the solution.
Also, are you using auth0-angular or another Auth0 SDK? Also, which version?