Next.js 404 Page when trying to enter the typebot viewer
Next.js 404 Page when trying to enter the typebot viewer
At a glance
The community member is having trouble viewing their Typebot when self-hosting it with Ploi.io. The builder works, but the viewer does not. They have set up two subdomains with A records pointing to their server, one for the builder and one for the viewer, and have configured the Nginx and .env files correctly. The comments suggest checking that the NEXT_PUBLIC_VIEWER_URL matches the URL in the browser, and adding the DEBUG=true variable to get more information from the server logs to help troubleshoot the issue.
Hey Folks, I'm currently trying to get typebot self hosted to run with ploi.io. It's all working right now except the viewer. I can't view my typebot when I'm in the design tab or trying to access the link, that is generated, when I hit the publish button. I set up two subdomains with A records pointing to my server. One for the builder and one for the viewer. The builder works but the viewer don't. I also set up the nginx configuration files correctly and set up the .env file correctly.
If it's the case, you can add the DEBUG=true variable, try to navigate again to the viewer and paste the logs from the server here. It will help us troobleshoot it