Continuous redirects for firefox

I have a SPA application in angular, which makes use of Auth0 for authentication.When I try to login on Firefox browser, the login is not successful. It keeps on redirecting continuously. However the login is successful for all the browsers: Chrome, Edge,IE etc. I have researched enough and the problem is still unresolved.
For more details about the problem get the entire details on the following link:

Hi @nitesh.kumar,

Welcome to the Auth0 Community!

This issue can be related to the parseHash function being called more than once. Can you console.log and check to make sure it is not being called more than once?

Thanks,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.