T
Twenty2mo ago
kageyama

Don't know why but i am not able to run the application according to the docs

No description
11 Replies
charles
charles2mo ago
what's your setup? what yarn version are you on? what node version? 🙂
kageyama
kageyamaOP2mo ago
Yarn latest, node latest setup is - i am using wsl in my windows
Prastoin
Prastoin2mo ago
You should use node 18.17.0
Proziam
Proziam2mo ago
I'm having issues as well using the one-step install script on a fresh DO machine with all prerequisites installed per the docs. I've tried a handful of versions, nothing has worked yet. Consistently getting:
[+] Running 5/5
✔ Container twenty-change-vol-ownership-1 Exited 21.2s
✔ Container twenty-redis-1 Running 0.0s
✔ Container twenty-worker-1 Recreated 20.4s
✘ Container twenty-server-1 Error 64.5s
✔ Container twenty-db-1 Healthy 16.5s
dependency failed to start: container twenty-server-1 is unhealthy
[+] Running 5/5
✔ Container twenty-change-vol-ownership-1 Exited 21.2s
✔ Container twenty-redis-1 Running 0.0s
✔ Container twenty-worker-1 Recreated 20.4s
✘ Container twenty-server-1 Error 64.5s
✔ Container twenty-db-1 Healthy 16.5s
dependency failed to start: container twenty-server-1 is unhealthy
kageyama
kageyamaOP2mo ago
Okay will try that as well Let's team up brother so that we both do it together
Proziam
Proziam2mo ago
Not sure if I'll be any help, I've tried everything I can think of and made zero progress so far 😦
Prastoin
Prastoin2mo ago
@Proziam you and @kageyama have two different problem @kageyama uses local setup and you selfhosted there are no relations in both @Proziam please open an #❓︱help thread with more information regarding your problem then "this is not working" so we can give some help ! E.g logs and twenty version. Thanks
ranees k
ranees k5w ago
Hey everyone! 👋 I've set up 20 CRM instances on my Ubuntu machine. When I run the backend and frontend servers, both start successfully. However, the frontend automatically shuts down after a while without any error messages. My system has 50GB of storage—could this be causing the issue? Or is there something else I should check? Any insights would be appreciated! 🙏
Prastoin
Prastoin5w ago
Hey @ranees k, is your ubuntu machine a VM on a window base pc ? Storage is not an enough, CPU capacity could be ( RAM )
Ruslan
Ruslan5w ago
check logs running docker compose logs typical issues 1) env vars, 2) permission issues we have working template on DollarDeploy https://dollardeploy.com/r/twenty-crm
DollarDeploy
Deploy Twenty CRM | DollarDeploy
Deploy Twenty CRM in one click to your VPS.
Ruslan
Ruslan5w ago
How you run 20 instances with default template? it uses the same db and redis volumes. Or you use custom docker-compse config?

Did you find this page helpful?