invalid_request: You may have pressed the back button, refreshed during login, opened too many login dialogs, or there is some issue with cookies, since we couldn't find your session. Try logging in again from the application and if the problem persists please contact the administrator.
I’m justing following this tutorial to create the app with Hasura:
{
"date": "2020-01-18T04:10:12.118Z",
"type": "w",
"description": "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, see: https://auth0.com/docs/universal-login/default-login-url",
"connection_id": "",
"ip": "186.84.89.253",
"user_agent": "Chrome 79.0.3945 / Linux 0.0.0",
"hostname": "dev-7uxsep-u.auth0.com",
"tracking_id": "b3f404b885a486623fe2",
"user_id": "",
"user_name": "",
"log_id": "90020200118041015760008413190248087431105153689110708338",
"_id": "90020200118041015760008413190248087431105153689110708338",
"isMobile": false
}
Why is that? In the hasura link that I named works perfectly…
This error is describing a situation where you are trying to login directly through the auth0 URL and not a login coming from your application. You will either need to login through your application or setup the default login route described here: