imagegenius / docker-ai-chat-app

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

Error when trying to Access the WebUI #15

Closed Pwnisher1337 closed 1 year ago

Pwnisher1337 commented 1 year ago

Hello,

I'm using your Chat Bot App on Unraid, i updated it to the new Version and now when i trie to access it, i get an Error on the Page:

image

the URL Points to: auth/error?error=Configuration

If you need any logs or similar, i'm not sure where to look for those.

tctitan commented 1 year ago

same after updated

insaneFu commented 1 year ago

same after fresh install

hydazz commented 1 year ago

This is caused by the new multi-user support, https://github.com/bitswired/ai-chat-app/commit/ea92abd6d2ce462b1511fb5f1012d4f136ece589

Edit the template and add the following variables, I will add these into the template soon:

Screenshot 2023-03-19 at 5 29 31 pm

NEXTAUTH_SECRET=secret, I have no idea what this does, but probably set it to a random string NEXTAUTH_URL=http://192.168.1.2:3000 set this to the IP address you use to access the container (and the port) ADMIN_EMAIL=email@me.com email used on the login screen ADMIN_PASSWORD=password password used on the login screen

hydazz commented 1 year ago

https://github.com/imagegenius/docker-ai-chat-app/commit/8126326b5614eb8d3e960790c655ddb757146cee