Problem configuring the chatbot frontend
Hi! I'm having trouble configuring the frontend when trying to publish the chatbot.
When I go to the "Theme" section and select different templates, none of them is displayed on the preview screen — I always get a black screen no matter what I do.
Can someone help me ?
#help-and-questions

3 Replies
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 exactly
Is the viewer service up and running?
Yes, it is running perfectly
Im using the default docker compose