[Issue] Segfault on oidc login flow after user registration #218
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
KittenSquad/glewlwyd#218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the issue
Before user registration server works as expected. After registration of the first user I got a segfault with new and any created user before on oidc login flow.
Error from API Gateway:
Service logs at this moment (all logs for debug level):
To Reproduce
These are approximate steps, since I have a segfault, I can’t look exactly (but I have sql dump):
*I removed the user from the database several times (from the
g_userandgpr_sessiontables) and submitted the verification code several times. Also, once, I registered from the wrong host (a local service configured as "production" and connected to the "production" database) and got a kick from the backend.System (please complete the following information):
sso_prod.dump.sql.zip
P.S. SQL dump is redacted because I remove all sensitive data