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
ERROR: 03/13/2025 04:43:33 AM main.py 258: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) <class 'asyncpg.exceptions.UndefinedTableError'>: relation "oauth_account" does not exist
[SQL: SELECT "user".role, "user".temperature_override_enabled, "user".auto_scroll, "user".shortcut_enabled, "user".chosen_assistants, "user".visible_assistants, "user".hidden_assistants, "user".pinned_assistants, "user".oidc_expiry, "user".default_model, "user".id, "user".email, "user".hashed_password, "user".is_active, "user".is_superuser, "user".is_verified, oauth_account_1.access_token, oauth_account_1.id AS id_1, oauth_account_1.user_id, oauth_account_1.oauth_name, oauth_account_1.expires_at, oauth_account_1.refresh_token, oauth_account_1.account_id, oauth_account_1.account_email, credential_1.name, credential_1.source, credential_1.id AS id_2, credential_1.credential_json, credential_1.user_id AS user_id_1, credential_1.admin_public, credential_1.time_created, credential_1.time_updated, credential_1.curator_public
FROM "user" LEFT OUTER JOIN oauth_account AS oauth_account_1 ON "user".id = oauth_account_1.user_id LEFT OUTER JOIN credential AS credential_1 ON "user".id = credential_1.user_id
The text was updated successfully, but these errors were encountered:
hyejin-fm
changed the title
under basic auth, register error from undefined "oauth_account" table
under basic auth, register error 500 from undefined "oauth_account" table
Mar 13, 2025
hyejin-fm
changed the title
under basic auth, register error 500 from undefined "oauth_account" table
under basic auth, register fails with error 500 from undefined "oauth_account" table
Mar 13, 2025
hyejin-fm
changed the title
under basic auth, register fails with error 500 from undefined "oauth_account" table
under basic auth, user register fails with error 500 from undefined "oauth_account" table
Mar 13, 2025
ERROR: 03/13/2025 04:43:33 AM main.py 258: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) <class 'asyncpg.exceptions.UndefinedTableError'>: relation "oauth_account" does not exist
[SQL: SELECT "user".role, "user".temperature_override_enabled, "user".auto_scroll, "user".shortcut_enabled, "user".chosen_assistants, "user".visible_assistants, "user".hidden_assistants, "user".pinned_assistants, "user".oidc_expiry, "user".default_model, "user".id, "user".email, "user".hashed_password, "user".is_active, "user".is_superuser, "user".is_verified, oauth_account_1.access_token, oauth_account_1.id AS id_1, oauth_account_1.user_id, oauth_account_1.oauth_name, oauth_account_1.expires_at, oauth_account_1.refresh_token, oauth_account_1.account_id, oauth_account_1.account_email, credential_1.name, credential_1.source, credential_1.id AS id_2, credential_1.credential_json, credential_1.user_id AS user_id_1, credential_1.admin_public, credential_1.time_created, credential_1.time_updated, credential_1.curator_public
FROM "user" LEFT OUTER JOIN oauth_account AS oauth_account_1 ON "user".id = oauth_account_1.user_id LEFT OUTER JOIN credential AS credential_1 ON "user".id = credential_1.user_id
The text was updated successfully, but these errors were encountered: