[WebToolsE2E][Aspire] When running "dotnet watch", the URL without token is automatically opened and the token authentication pops up, instead of automatically opening the URL with token and logging in like vs. #3812
Labels
external
Issues that represent work that's external to this repo.
needs-area-label
An area label is needed to ensure this gets routed to the appropriate area owners
INSTALL STEPS
REPRO STEPS
dotnet watch
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.The text was updated successfully, but these errors were encountered: