imagegenius / docker-ai-chat-app

GNU General Public License v3.0
25 stars 2 forks source link

prisma:error #20

Open WaBiiZ opened 1 year ago

WaBiiZ commented 1 year ago

I can't run chat

prisma:error Invalid prisma.setting.findMany() invocation:

The column main.Setting.userId does not exist in the current database.

hydazz commented 1 year ago

try deleting db.sqlite, recreate container

WaBiiZ commented 1 year ago

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?

WaBiiZ commented 1 year ago

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