Angular login Redirect loop

I am using angular 8 and I configured auth0 for the login (/). My app redirects to the auth0 login page and I am able to correctly enter my user info and it redirects back to my site (/dashboard) with code= state= URL. Then what happens is that it keeps reloading the page and looks like its redirecting and its in a never-ending loop especially when I run it in incognito.

1 Like

Here is the har traffic file:

Hi,

Did you find a solution to your problem?
I am having the same issue, on some smartphones and in private mode.

Cheers

Yes I had to create a login page first that the user selects login. Its because the default page was the auth0 redirect it does not update its data quick enough to realize it logs in