vscode-azureappservice
vscode-azureappservice copied to clipboard
An error "This page isn't working right now" shows in the web page after browsing website for a Windows Node.js web app
trafficstars
OS: Win 10 Build Version: 20221127.1
Repro Steps:
- Open the nodejs-docs-hello-world-master folder in VS Code.
- Create an advanced Windows Node web app.
- Deploy the project to the web app.
- Execute "Browse Website" action.
- Check whether the "Hello World" shows in the webpage.
Expect: The "Hello World" shows in the webpage.
Actual:
An error "This page isn't working right now" shows in the web page.

More Info: This issue does not reproduce for Linux Node.js Web app