Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
There is an issue occurring with Docker instances running a NextJS application hosted in Azure. Recently, since more than a week, some instances are generating hostnames that consist of numeric values only, resulting in an error: TypeError [ERR_INVALID_URL]: Invalid URL
.
Examples of Hostnames
http://325902417774:3000
http://36eef819fd94:3000
What could be causing Docker to randomly generate these invalid numeric-only hostnames, and how can the hostname be configured to ensure it is always a valid alphanumeric value?