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 have auth setup with the secret in the env and the database url in the env. I have access to database in the rest of the application in my own code, but your DB initialization is not working on the default /postgres db. When I try to login with a simple admin user I get the error below.
chainlit_app | 2025-06-17 15:57:32 - Database error: relation "User" does not exist
chainlit_app | 2025-06-17 15:57:32 - Unable to get persisted_user from data layer: relation "User" does not exist
My existing database is on Postgres v13, I'm not sure if that is the issue or not.