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#
Solution:Jump to solution
as the docs page points out, your app needs to listen on the host 0.0.0.0 and the $PORT environment variable
5 Replies
Project ID:
55e83806-ac87-41da-8857-1dd80fa2df70
Solution
as the docs page points out, your app needs to listen on the host 0.0.0.0 and the $PORT environment variable
this add
no, this needs to be a code change, please remove those variables