msveshnikov / allchat

AI chat client
https://allchat.online
MIT License
144 stars 15 forks source link

install #20

Closed tanlentboy closed 3 months ago

tanlentboy commented 3 months ago

Hello sir, can you get a detailed docker installation configuration tutorial? I tried to install as instructed, but it didn't work!

tanlentboy commented 3 months ago

the allchat-backend docker:

root@Docker:~# curl localhost:6000 <!DOCTYPE html>

Error
Cannot GET /
msveshnikov commented 3 months ago

Hey there, GET / route doesn't exist in backend, try other like http://localhost:6000/get?file=1.txt

tanlentboy commented 3 months ago

Hell, Dear Sir, When I deploy the server, and then on the chat interface, send a message, it shows that I can't connect to the server, is this server a backend server? But the mondb database is connectable and functional. image

msveshnikov commented 3 months ago

Yes, please check CORs settings, maybe browser decline origin, so add localhost:6000 to cors config in backend (like written in Readme)