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

11 Replies
what's your setup? what yarn version are you on? what node version? 🙂
Yarn latest, node latest setup is - i am using wsl in my windows
You should use node
18.17.0
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:
Okay will try that as well
Let's team up brother so that we both do it together
Not sure if I'll be any help, I've tried everything I can think of and made zero progress so far 😦
@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
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! 🙏
Hey @ranees k, is your ubuntu machine a VM on a window base pc ?
Storage is not an enough, CPU capacity could be ( RAM )
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-crmHow you run 20 instances with default template? it uses the same db and redis volumes. Or you use custom docker-compse config?