Application deployed but server error
bweathers3
PROOP

2 years ago

I have a rails application which deployed but I get a server error "Application failed to respond".

My procfile to port 3000: web: rake db:migrate && bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development} && stripe listen

This has not changed since our last deployment? our staging environment is also 3000 and works

Suggestions?

6 Replies

bweathers3
PROOP

2 years ago

2529b9b6-a4e4-4fb0-a862-dce238a3d915


brody
EMPLOYEE

2 years ago

Please read this docs page -


bweathers3
PROOP

2 years ago

Yep, I reviewed that prior to the post for help


brody
EMPLOYEE

2 years ago

is your app listening on host 0.0.0.0 and $PORT?


bweathers3
PROOP

2 years ago

yes


brody
EMPLOYEE

2 years ago

how where you able to confirm that?


Loading...