I am trying to deploy my rails app but getting a 502 error.
wintan1418
HOBBYOP
8 months ago
I am trying to deploy my rails app but getting a 502 error. This is the link of the app https://gaze-production.up.railway.app/..and I am not seeing anything in the logs
2 Replies
Railway
BOT
8 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 React App receiving 502 Error
- 🧵 Container fails with SIGTERM on deployment (/app path error)
- 🧵 502 Bad Gateway – Rails App Cannot Connect to PostgreSQL
If you find the answer from one of these, please let us know by solving the thread!
colinrm000
HOBBY
8 months ago
502 on Railway + no logs usually means your Rails app isn’t binding to PORT, is missing required env (SECRET_KEY_BASE/RAILS_MASTER_KEY), or never gets past boot (assets/DB).