I am trying to deploy my rails app but getting a 502 error.
wintan1418
HOBBYOP

4 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

$10 Bounty

2 Replies

Railway
BOT

4 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


colinrm000
HOBBY

4 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).


Loading...