Got Application failed to respond
ggwpxxxx
HOBBYOP
2 years ago
I deployed my Django project using Dockerfile but I keep getting Application Failed to Respond with HTTP status 503
14 Replies
ggwpxxxx
HOBBYOP
2 years ago
No, I copied the text from Dockerfile just for example.
2 years ago
Okay, do you have a start command set elsewhere, like in the service settings, a Procfile, a railway.json file?
ggwpxxxx
HOBBYOP
2 years ago
No, I deleted both Procfile and railway.json to use only Dockerfile
ggwpxxxx
HOBBYOP
2 years ago
Yes.
ggwpxxxx
HOBBYOP
2 years ago
ggwpxxxx
HOBBYOP
2 years ago
I think in loop_start() might be a blocking call.