NextJS Azure Web App - error - "didn't respond to HTTP pings on port ..."

Marek Sirkovský 1 Reputation point
2021-04-20T13:56:25.107+00:00

Hi,

I have the same problem as described here:

https://learn.microsoft.com/en-us/answers/questions/168746/container-didn39t-respond-to-http-pings-on-port-80.html

Also I have checked the setting of the PORT and by using the SSH I am sure that application in my container is running. I am using:

  • apt install curl
  • curl localhost:3000
    and curl returns the whole response and status 200.

But the container doesnt start. Sometimes(very rarely) it works but after the restart, it stops working.

Is there any guildline how to find na issue or any settings to fix it? Thank you.

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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.