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:
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?