Getting Oops Something Went Wrong after AUTH0 Login Page

Facing an issue where on AUTH0 login page if user is left on login page for about 4-5 hrs. and post that if user tries to login with valid credentials, we are getting AUTH0 error page Oops something went wrong.
Tried to check logs for understanding getting below description and mentioned fix is not working for us.
Expected behavior: if user tries to login from AUTH0 login page even after 4-5 hrs from being landed on to login page user should be able to login successfully.

Logs Details: A user has attempted to access a login page directly. This is not supported unless a “Application Login URI” is set for your application, or a “Tenant Login URI” is set for your tenant. For more information

Hi @Gaurav.Rastogi, and welcome to the Auth0 Community!

The problem you are facing is due to the state parameter expiring. There is nothing that can be done about that error, as it is entirely intended to disallow users log in after prolonged inactivity on the Login page due to security reasons.

Please let me know if there is more I can help you with!

Sincerely,
Teodor.