vscode-azureappservice icon indicating copy to clipboard operation
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

Open v-ruizh opened this issue 2 years ago • 3 comments
trafficstars

OS: Win 10 Build Version: 20221127.1

Repro Steps:

  1. Open the nodejs-docs-hello-world-master folder in VS Code.
  2. Create an advanced Windows Node web app.
  3. Deploy the project to the web app.
  4. Execute "Browse Website" action.
  5. 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. image

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

v-ruizh avatar Nov 28 '22 10:11 v-ruizh