INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install SDK 8.0.204
- Install .NET Aspire 8.0.0-preview.6.24214.1
- Apply NuGet Feeds
REPRO STEPS
- Go to browser settings > delete localhost cookies
- Running with
dotnet watch
- Open CMD, create an aspire starter app using following code
dotnet new aspirestarter -o aspire4
cd aspire4\aspire4.AppHost
dotnet watch
- Automatically open the URL without the token, and then dashboard token authenticaton popup


Note:
Unlike dotnet watch, we can decide to open the url without token or with token url when running with 'dotnet run'.

ACTUAL
The URL without token is automatically opened, so you need to manually enter the token value to log in.
EXPECTED
For the dotnet watch scenario, similar to VS, it will automatically open the URL with the token and log in.