Login Submission Infinite Loop in ASP.Net MVC

We have an ASP.NET application that uses OWIN for Auth0 login. Everything works fine in the development and staging environment, but we are experiencing issues in the production environment. When we submit our login credentials, the login form keeps submitting and gets stuck in an infinite loop. We have checked all the callback URLs and logout URLs, and everything seems to be fine. Most of the time, the user can log in successfully, but sometimes it gets stuck in an infinite loop. From our end, we can see that there are no issues with the configuration settings. We need help in identifying what’s causing the issue.

Framework: Asp.Net MVC 4.8

Hi Everyone,

We are facing this issue with chrome browser and with only few users.
I assume some auth 0 cookie is not getting cleared. Could someone please help