Skip to content

Create Angular/React 7.0/6.0 project and use the command line to run project, the browser page always displays "Launching the spa proxy...“. #43335

@v-zhenxue

Description

@v-zhenxue

Azure DevOps work item: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1589160?src=WorkItemMention&src-action=artifact_link

INSTALL STEPS
Install 7.0 RC1 x64 from: Pipelines - Run 20220815.1-7.0.100-rc.1.22415.4-144791 artifacts (azure.com)
7.0 feed using: https://pkgs.dev.azure.com/dnceng/public/_packaging/7.0.100-rc.1.22415.4-shipping/nuget/v3/index.json

Testcases Affected
[7.0/6.0]SimpleWebAppWithAngularIndAuth
[7.0/6.0]SimpleWebAppWithAngularNoAuth
[7.0/6.0]SimpleWebAppWithReactIndAuth
[7.0/6.0]SimpleWebAppWithReactNoAuth

Platform

  • Windows
  • macOS
  • Linux

Repro Steps
create and run project using command-line.
Note: Install the LTS version of Node.js which is recommended for most users.

  1. dotnet new angular --auth Individual -f net7.0 -o test11
  2. cd test11
  3. dotnet build
  4. dotnet run

Actual Result
Using the command "dotnet run", the browser page always displays "Launching the spa proxy...“,when copy url to the browser page, terminal display error:
image
image

EXPECTED
Run the project and load the page successfully.
image

Metadata

Metadata

Labels

area-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIfeature-devcerts

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions