[Auto] [Backend] POST /api/v1/auth/password-reset/request: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) <class 'asyncpg.exceptions.UndefinedColumnError'>: column password_reset_tokens.created_at does not exist [SQL: SELECT password_reset_t... #287
Reference in New Issue
Block a user
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?
Error Report
Message: [Backend] POST /api/v1/auth/password-reset/request: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) <class 'asyncpg.exceptions.UndefinedColumnError'>: column password_reset_tokens.created_at does not exist
[SQL: SELECT password_reset_tokens.id, password_reset_tokens.user_id, password_reset_tokens.token_hash, password_reset_tokens.expires_at, password_reset_tokens.used_at, password_reset_tokens.tenant_id, password_reset_tokens.created_at, password_reset_tokens.updated_at, password_reset_tokens.deleted_at
FROM password_reset_tokens
WHERE password_reset_tokens.user_id = $1::UUID AND password_reset_tokens.used_at IS NULL]
[parameters: (UUID('8dcd2e7c-2edf-433b-b0c2-dcb120575e19'),)]
(Background on this error at: https://sqlalche.me/e/20/f405)
Stack:
URL: http://crm.media-on.de/api/v1/auth/password-reset/request
Context: