-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development mode dont open localhost:3000 #1974
Comments
That's odd. nothing showing in the logs? Can you record a video? |
Hello gents can you help me with a guide on installing locally im having issues |
Can you also look for any errors in the docker containers logs? |
@baptisteArno see docker-compose logs I will try to set up the project on the vs code server or on another computer, if it works I will provide feedback |
@baptisteArno ive managed to install this successfully using these steps; ________________________________________ Step 1: Prerequisites
Step 2: Prepare Your Environment
Step 3: Configure PostgreSQL
Step 4: Clone and Configure Typebot
Application URLsNEXTAUTH_URL=https://typebotbuilder.duckdns.org Database ConfigurationDATABASE_URL=postgresql://typebotuser:your_secure_password@localhost:5432/typebotdb Admin CredentialsADMIN_EMAIL=[email protected] Encryption SecretENCRYPTION_SECRET=your_random_secret_key Step 5: Install Dependencies and Build Applications
Step 6: Deploy Applications Using PM2
Step 7: Configure Nginx
Step 8: Enable and Test Nginx
Step 9: Obtain SSL Certificates (Optional)
Step 10: Verify Deployment BUt i now get this error when trying to login /root/.pm2/logs/typebot-builder-error.log last 15 lines: 0|typebot-builder | [next-auth][error][adapter_error_getUserByAccount] |
I couldn't find the problem, I believe this is on my local machine (ubuntu 22) As a workaround, I set up a droplet on Digital Ocean and connected my VS Code via SSH If in the future I found the real cause of the problem I will post it here |
Thanks @wesleyalmd. Indeed I really don't know what's going on here. Will close it but feel free to re-open 🙏 |
I going to start project following steps from docs:https://docs.typebot.io/contribute/guides/local-installation
And open browser on http, but window dont open typebot page and stay infinte looping
Has anyone experienced this problem?
The text was updated successfully, but these errors were encountered: