INSTALL STEPS
- Clean machine: Win11 x64 24h2 ENU
- Install the latest released VS: 17.13.6
- Install the latest Aspire 9.2.0 templates
dotnet new install Aspire.ProjectTemplates::9.2.0 --force
- Install Docker Desktop
REPRO STEPS
- In the VS, clone the eShop repository and open eShop.Web.slnf
- Checkout to
UpdateTo92 branch
- F5 / Ctrl-F5
- Click Endpoint for 'webapp'
- Log in to cart
ACTUAL
- After inputting the username and password, no log in button to log in. It is a black bar under the text "The default users are alice..."

- If click the black bar, it will throw an exception in VS:

When clicking continue, it can log in successfully

EXPECTED
There is the log in button to log in after inputting the username and password