Container didn't respond to HTTP pings on port: 8080, failing site start. See container logs for debugging.

Noa 71 Reputation points
2020-11-19T17:39:01.323+00:00

I have deployed an App Service via Github Workers with node.js now i have the problem, that the node.js Application is running, but the Ports is not exposing. Can everyone give me an advice or is it possible to deactivate HTTP pings? Logs: 2020-11-19T16:19:27.439Z INFO - Initiating warmup request to container X for site X 2020-11-19T16:19:43.733Z INFO - Waiting for response to warmup request for container X. Elapsed time = 16.2938836 sec 2020-11-19T16:23:27.969Z ERROR - Container Xf for site X did not start within expected time limit. Elapsed time = 240.5298169 sec 2020-11-19T16:23:27.970Z ERROR - Container X didn't respond to HTTP pings on port: 8080, failing site start. See container logs for debugging. 2020-11-19T16:23:27.980Z INFO - Stopping site X because it failed during startup. Kind regards, Noah

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,427 questions
{count} votes

20 answers

Sort by: Most helpful
  1. Hicham MORO 1 Reputation point
    2022-10-17T03:07:15.857+00:00

    Oooh ! i'm trying to deploy a node app but it's really a nightmare cause i have the same issue, no port change succeed and nothing is working from all the solutions given .


  2. Waffs 1 Reputation point
    2022-11-19T11:59:26.69+00:00

    Same issue

    0 comments No comments

  3. Jonathan Taylor 25 Reputation points
    2023-02-13T13:40:05.42+00:00

    Same issue. This product is cr@p tbh.


  4. Edi Smoljan 0 Reputation points
    2023-03-02T12:13:28.0833333+00:00

    Had this issue. Make sure your web-app returns a "Not Found (404)" response for non-implemented API endpoints.

    Courtesy of this.


  5. Krzysztof Kobiela 0 Reputation points
    2023-03-21T11:59:49.5766667+00:00

    It ignores WEBSITES_CONTAINER_START_TIME_LIMIT, and send a ping after 3second from startup. Why?