#Problem configuring the chatbot frontend
1 messages · Page 1 of 1 (latest)
I see the docker compose configuration :
typebot-builder:
<<: *typebot-common
image: baptistearno/typebot-builder:latest
ports:
- "8080:3000"
typebot-viewer:
<<: *typebot-common
image: baptistearno/typebot-viewer:latest
ports:
- "8081:3000"
And if i look at the console, i see this error :
XHRPOST
https://makeyourbot.neuralgeniusai.com/view/api/v1/typebots/cmazp9kuv0001647r51sttvm2/preview/startChat
[HTTP/1.1 404 Not Found 65ms]
So maybe it is a problem in the configuration ? Is the typebot-viewer service in charge of the chatbot frontend ?
Yes, it is running perfectly