INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install SDK .NET 8.0.303
- Install Aspire:
- dotnet workload update
- dotnet workload install aspire
- Install SDK .NET 9.0 Preview 6
REPRO STEPS
- Create an aspire project:
- Open command line and run: dotnet new aspire -o aspire1
- cd aspire1\aspire1.AppHost and run: dotnet dev-certs https
- Run: dotnet watch
Note: This issue also repro after installing SDK 9.0 Preview 7.
ACTUAL
The line with URL + the token authentication information does not appear,

EXPECTED
Information display is normal
