#Problem configuring the chatbot frontend

1 messages · Page 1 of 1 (latest)

weary jungle
#

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 ?

#1155803528917430274

weary jungle
#

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 ?

merry breach
#

Yes exactly

#

Is the viewer service up and running?

weary jungle
#

Yes, it is running perfectly