You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Win10 Build Version: 20230618.1 Regression: Not a regression
Repro Steps:
Open the nextjs-basic-api project in VS Code.
Run npm install in TERMINAL window.
Navigate to "Run and Debug" view -> Select "Azure Static Web Apps…" in the dropdown list -> Select "SWA: Run nextjs-basic-api" -> Debug.
Check whether a correct webpage is opened.
Expect:
A correct webpage is opened.
Actual:
An incorrect webpage is opened.
More Info:
This issue also reproduces for the vue-basic-api, angular-basic-api, svelte-basic-api and angular-basic-dotnet projects.
This issue doesn't reproduce for the ReactSite project.
No webpage opens after debugging the angular-basic projects.
After clicking "Check the proxy and the firewall" need to open the "Advanced settings" of the Chrome, but there is no "Advanced settings" for the Chrome 114.0.5735.134.
The text was updated successfully, but these errors were encountered:
v-xinda
changed the title
Open an incorrect webpage after debugging the "nextjs-basic-api" project
An incorrect webpage is opened after debugging the "nextjs-basic-api" project
Jun 20, 2023
I believe this is being caused by Azure/static-web-apps-cli#663. When using Node.js 18 the SWA CLI throws an error when trying to run swa start. Works fine in Node.js 16.
@v-xinda, what version of Node.js do you have installed?
OS: Win10
Build Version: 20230618.1
Regression: Not a regression
Repro Steps:
nextjs-basic-api
project in VS Code.npm install
in TERMINAL window.Expect:
A correct webpage is opened.
Actual:
An incorrect webpage is opened.
More Info:
vue-basic-api
,angular-basic-api
,svelte-basic-api
andangular-basic-dotnet
projects.ReactSite
project.angular-basic
projects.The text was updated successfully, but these errors were encountered: