Server Container Hanging During Startup
Hey how's it going y'all? I'm looking to test out deploying twenty to an AWS ECS cluster but I'm running into an interesting error right now where the latest twentyhq/twenty docker container seems to hang when it's deployed as a task. From the looks of it, the container hangs on the
yarn command:prod upgrade
command in the entrypoint.sh file. It's running in a container with 8GB ram and decent CPU, so I don't think it's a resource constraint. The yarn command is not outputting any logs to stdout, so I'm at a bit of a loss. Any ideas what to check next to troubleshoot?
1 Reply
I kept tweaking my config files around and I solved my issue - I think the change that fixed my issue was my redis server was only accessible over TLS and I was using the regular "redis://" URL. Once I used the correct "rediss://" protocol, things started running smoother.
Hopefully that helps someone else out later lol