Debugging a WASM app opens two tabs in the browser
Visual Studio Version
dev18.0
Summary
When I run a "blazor web app", "webassembly, "per component" sometimes you will see two tabs opened when you run the app using F5.
Expected Behavior
Open only one tab in the browser
Actual Behavior
User Impact
Sometimes the correct tab is the second one, I spent some time to find my app in the browser.
Having the same issue
I am also affected. Everything was working fine, and then this started happening and I am not sure what changed.
Deleting bin/obj and the usual resets didn't fix it.
Also observing it in C#DK
In my case, the issue was "Microsoft Edge". I changed the browser to Google Chrome in Visual Studio and it only opens one tab