A community member encountered issues deploying typebot locally using Docker. They set up NEXT_PUBLIC_VIEWER_URL=http://localhost:8081/viewer and could create a new typebot instance, but it wasn't working on the viewer side with no error messages to help diagnose the problem.
Other community members requested more information, such as server logs and docker compose files, to help diagnose the issue. The original poster later resolved the problem, identifying that it was caused by running a different PostgreSQL database on the same server which caused conflicts.