We’re seeing Error saving state. messages in our logs:
{
"date": "2026-04-27T01:03:43.300Z",
"type": "f",
"description": "Error saving state.",
"connection_id": "",
"client_id": "...",
"client_name": "...",
"ip": "...",
"user_agent": "Edge 147.0.0 / Windows 10.0.0",
"details": {
"body": {},
"qs": {
"client_id": "...",
"response_type": "token id_token",
"redirect_uri": "...",
"scope": "openid profile",
"audience": "backend",
"state": "****************************wpUL",
"nonce": "...",
"auth0Client": "eyJuYW1lIjoiYXV0aDAuanMiLCJ2ZXJzaW9uIjoiOS4zMC4xIn0="
},
"error": {
"message": "Error saving state.",
"oauthError": "server_error",
"type": "oauth-authorization"
},
"session_id": "...",
"riskAssessment": null
},
"hostname": "...",
"audience": "backend",
"scope": "openid profile",
"auth0_client": {
"name": "auth0.js",
"version": "9.30.1"
},
"$event_schema": {
"version": "1.0.0"
},
"environment_name": "prod-us-1",
"log_id": "...",
"tenant_name": "...",
"_id": "...",
"isMobile": false,
"location_info": {},
"id": "..."
}
context:
{
"body": {},
"qs": {
"client_id": "...",
"response_type": "token id_token",
"redirect_uri": "...",
"scope": "openid profile",
"audience": "backend",
"state": "****************************wpUL",
"nonce": "...",
"auth0Client": "eyJuYW1lIjoiYXV0aDAuanMiLCJ2ZXJzaW9uIjoiOS4zMC4xIn0="
},
"error": {
"message": "Error saving state.",
"oauthError": "server_error",
"type": "oauth-authorization"
},
"session_id": "...",
"riskAssessment": null
}
What state is it trying to save where? Why isn’t it succeeding? Who’s responsible for this?