little-fireman-5336
06/28/2023, 1:47 AM/oauth2/token
endpoint:
• "Got an empty session in toRequest"
Previously there would be ~70K/day but since the upgrade we see 500-700K. What would cause the huge increase?little-fireman-5336
06/28/2023, 2:50 PMfailed to close prepared statement: ERROR: current transaction is aborted, commands ignored until end of transaction block (SQLSTATE 25P02): ERROR: insert or update on table "hydra_oauth2_access" violates foreign key constraint "hydra_oauth2_access_challenge_id_fk" (SQLSTATE 23503)
We saw that some other users had seen same error after the upgrade to 2.0, and provided some SQL to mitigate, but none of our data matched the queries provided, and I think those same queries were added with 2.0.3 anyway.little-fireman-5336
06/29/2023, 11:21 AMhydra_oauth2_refresh
that have active=true
and challenge_id=null
and have no corresponding records in either hydra_oauth2_access
or hydra_oauth2_flow
.little-fireman-5336
06/29/2023, 11:22 AM