REGRESSION INFO: New templates in Aspire 13.1
INSTALL STEPS
- Clean machine: Windows x64 23h2
- Install SDK 10.0.101
- Add feed
- Install Aspire template - version: 13.1.0
dotnet new install Aspire.ProjectTemplates::13.1.0 --force
- install
node.js
REPRO STEPS
- Create Aspire Starter App (ASP.NET Core/React) with following command:
dotnet new aspire-ts-cs-starter -o AspireJSApp
- Go to the project folder and run the app with
dotnet run
- Open the Dashboard URL in browser
- Open the URL link of server
Note:
- This issue does not repro on Aspire Starter and Aspire Python Starter App.
ACTUAL
This localhost page can’t be found.

expect
The page should display API service is running. Navigate to /api/weatherforecast to see sample data. If I click the link, the page will navigate to https://localhost:xxxx/api/weatherforecas page.
