Open WaBiiZ opened 1 year ago
try deleting db.sqlite
, recreate container
Thank you very much it works !
Do you know how to create passwords for other users? Because on the web interface I can create additional accounts but I don't have the possibility to put a password for them.
Adding a variable? Modification of the sqlite database?
I tried with these variables but when I put them in I can't even connect with the admin account
NEXT_PUBLIC_MULTI_USER=1 EMAIL_SERVER_HOST=smtp.gmail.com EMAIL_SERVER_PORT=465 EMAIL_SERVER_USER=user@gmail.com EMAIL_SERVER_PASSWORD=test EMAIL_FROM=ai-chat-app@ai-chat-app.com
I can't run chat
prisma:error Invalid
prisma.setting.findMany()
invocation:The column
main.Setting.userId
does not exist in the current database.