Deployment Failing: Healthcheck Timeout & Invalid Variables Error

Anonymous
HOBBY

19 days ago

"Hello, I am trying to deploy Formbricks from a GitHub repo, but it keeps failing with an Invalid environment variables error at startup, and the health check always times out. I believe I have set all the required environment variables correctly according to the documentation. Could you please check the internal logs or networking for my service formbricks-生产-afcc.up.railway.app to see why it's failing to start?"

$10 Bounty

3 Replies

Railway
BOT

19 days ago


Anonymous
HOBBY

19 days ago

Hi, thanks for the automated reply. Unfortunately, these suggestions do not apply to my situation. I am using PostgreSQL (not MongoDB) and deploying a Formbricks application (not Streamlit). I have already carefully double-checked all of my environment variables, and the application still fails to start with an "Invalid environment variables" error in the app logs. Could a human engineer please take a look at the internal logs for my service to help find the root cause of the startup failure? Thank you!


19 days ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 19 days ago


18 days ago

Hey I have a couple questions about this!
1. Are you binding on localhost / 127.0.0.1 or 0.0.0.0?
2. If you host locally, does the place your healthcheck is looking actually return whats expected/exist? It might be an issue where its expecting an OK but the healthcheck route just plain doesn't exist.
Would love some info on it to provide any help I can !