You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application is large and takes a while to load in, each connection is assigned its own worker process (similar to the problem highlighted by another user).
The application and Auth0 work perfect on the location machine, works great when only 1 worker is being used in a single instance, but goes haywire when a second worker is added. The log in screen works fine, but then auth0 starts looping through codes and states in the URL, it eventually crashes with a 503 error.
This is what the logs look like in Auth0:
Is this a bug or am i doing something wrong?
The text was updated successfully, but these errors were encountered:
My application is large and takes a while to load in, each connection is assigned its own worker process (similar to the problem highlighted by another user).
The application and Auth0 work perfect on the location machine, works great when only 1 worker is being used in a single instance, but goes haywire when a second worker is added. The log in screen works fine, but then auth0 starts looping through codes and states in the URL, it eventually crashes with a 503 error.
This is what the logs look like in Auth0:
Is this a bug or am i doing something wrong?
The text was updated successfully, but these errors were encountered: