vscode-azureappservice icon indicating copy to clipboard operation
vscode-azureappservice copied to clipboard

"Application Error" shows in the web page after deploying a zip file nodejs-docs-hello-world.zip to a custom domain Web App

Open v-ruizh opened this issue 1 year ago • 2 comments
trafficstars

OS: All App Service Version: 20240228.4 Regression: Not a regression

Repro Steps:

  1. Clone the project https://github.com/Azure-Samples/nodejs-docs-hello-world and zip its contents.
  2. Open the folder which includes the above zip file in VS Code.
  3. Right click the zip file and deploy it to a custom domain Web App.
  4. Execute "Browe Website" for the above web app.
  5. Check whether the web page shows well or not.

Expect: The web page shows well. image

Actual: "Application Error" shows in the web page. image

More Info:

  1. This issue doesn't reproduce after deploying an unzip project https://github.com/Azure-Samples/nodejs-docs-hello-world.
  2. This issue doesn't reproduce after deploying a zip file https://github.com/johnpapa/node-hello.

v-ruizh avatar Feb 29 '24 10:02 v-ruizh