vscode-azureappservice
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
trafficstars
OS: All App Service Version: 20240228.4 Regression: Not a regression
Repro Steps:
- Clone the project https://github.com/Azure-Samples/nodejs-docs-hello-world and zip its contents.
- Open the folder which includes the above zip file in VS Code.
- Right click the zip file and deploy it to a custom domain Web App.
- Execute "Browe Website" for the above web app.
- Check whether the web page shows well or not.
Expect:
The web page shows well.
Actual:
"Application Error" shows in the web page.
More Info:
- This issue doesn't reproduce after deploying an unzip project https://github.com/Azure-Samples/nodejs-docs-hello-world.
- This issue doesn't reproduce after deploying a zip file https://github.com/johnpapa/node-hello.