[Auto] [Backend] POST /api/v1/auth/login: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) <class 'asyncpg.exceptions.InsufficientPrivilegeError'>: permission denied for table sessions [SQL: INSERT INTO sessions (id, user_id, csrf_token, expir... #281
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/login: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) <class 'asyncpg.exceptions.InsufficientPrivilegeError'>: permission denied for table sessions
[SQL: INSERT INTO sessions (id, user_id, csrf_token, expires_at, tenant_id, deleted_at) VALUES ($1::UUID, $2::UUID, $3::VARCHAR, $4::TIMESTAMP WITH TIME ZONE, $5::UUID, $6::TIMESTAMP WITH TIME ZONE) RETURNING sessions.created_at, sessions.updated_at]
[parameters: (UUID('f3298ebc-47b9-4962-bc76-04a8f2bd894e'), UUID('8dcd2e7c-2edf-433b-b0c2-dcb120575e19'), 'XrfeZzLGqTEGiSGZonR8xD5isJEz40u4o-SB9xo_mKY', datetime.datetime(2026, 7, 31, 8, 24, 16, 389040, tzinfo=datetime.timezone.utc), UUID('bfe4d09e-e84d-4e01-ba00-8bc2aa49e5aa'), None)]
(Background on this error at: https://sqlalche.me/e/20/f405)
Stack:
URL: http://crm.media-on.de/api/v1/auth/login
Context: