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
I went to the user settings and tried to change my name with the application crashing as a result.
I am self-hosting via docker and disabled the authentication flow.
Reproduction URL
No response
Reproduction steps
1. Disable auth flow, use admin email and password env vars
2. Go to user settings
3. Try to change your name
I realised that the logged errors are probably unrelated to this - they pop up regularly and are caused by a query that looks for a table in the wrong space.
Even with debug logs enabled there is nothing suspicious.
undb | {"level":20,"time":1731311864594,"pid":7,"hostname":"dfc97aa93613","module":"qb","query":"select * from \"undb_space\" where (\"undb_space\".\"deleted_at\" is null and \"undb_space\".\"id\" = ?)","params":["spa2mw6t"],"duration":0.15904200007207692,"msg":"kysely.query"}
undb | {"level":20,"time":1731311864594,"pid":7,"hostname":"dfc97aa93613","module":"qb","query":"select * from \"undb_space_member\" where (\"undb_space_member\".\"user_id\" = ? and \"undb_space_member\".\"space_id\" = ?)","params":["gymwwkox3gegupuf","spa2mw6t"],"duration":0.1362409999128431,"msg":"kysely.query"}
undb | {"level":20,"time":1731311864597,"pid":7,"hostname":"dfc97aa93613","module":"qb","query":"begin","params":[],"duration":0.08124099997803569,"msg":"kysely.query"}
// CRASH
After this the server is down completely and needs to be restarted
MerlinB
changed the title
🐛 [BUG] - Table not found when trying to change username
🐛 [BUG] - Trying to change username crashes application
Nov 11, 2024
Description
I went to the user settings and tried to change my name with the application crashing as a result.
I am self-hosting via docker and disabled the authentication flow.
Reproduction URL
No response
Reproduction steps
Screenshots
No response
Logs
Browsers
No response
The text was updated successfully, but these errors were encountered: