docker Application failed to respond

docker Application failed to respond RAILWAY_PROJECT_ID 55e83806-ac87-41da-8857-1dd80fa2df70 I did the procedure on this website https://docs.railway.app/guides/fixing-common-errors add port and host, it continues to return the same message, the logger does not show any errors, could you help me? project api c#
Railway Docs
Fixing Common Errors | Railway Docs
Documentation for Railway
Solution:
as the docs page points out, your app needs to listen on the host 0.0.0.0 and the $PORT environment variable
Jump to solution
5 Replies
Percy
Percy4mo ago
Project ID: 55e83806-ac87-41da-8857-1dd80fa2df70
Solution
Brody
Brody4mo ago
as the docs page points out, your app needs to listen on the host 0.0.0.0 and the $PORT environment variable
trabalho6079
trabalho60794mo ago
No description
trabalho6079
trabalho60794mo ago
this add
Brody
Brody4mo ago
no, this needs to be a code change, please remove those variables