State is not present error #3957
Replies: 1 comment 3 replies
-
Hello @pixelpainter12 you closed as resolved, so I assume you figured it out - what happened? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using ory/hydra as authentication server along with Azure AD. To give context, there are multiple service, auth service (which interacts with hydra server) and hydra admin all running in pods. Recently, the hydra database got wiped out and I am trying to setup the authentication again. Successfully created database schema using hydra commands and hydra admin pods are running fine. Created static clients with client_credentials. For web portion, with authorization_code and refresh_token based on working environment. Now that I try to login, the page asks for credentials + MFA correctly > authenticates that, then instead of loading main page of the react app I keep on getting following error:
You are not logged in There was a problem with your old session Error: State+is+not+present
State is missing from session
Beta Was this translation helpful? Give feedback.
All reactions