In development, auth0 works great. Generally detects if user is logged in, etc, in <1 sec.
In prod, however, auth0 is extremely slow! It works eventually, but detects whether a user is logged in in ~60s.
There is a console message of: Failed to load resource: the server responded with a status of 400 ()
And yes, in my dashboard, I’ve allowed callback URLs of both my prod domain and of localhost.
I do have 2 Auth0 applications in my account. 1 of them works great in dev and production. The 2nd is what works great in dev but slow in production.
Hi there
Same behaviour on my side and not even on production environment.
After calling auth login function it frist of all takes a while until the login window appears and after the callback returns form auth server it takes again a while to redirect from callback to the Application redirect URL.