When trying to debug a Blazor client side app I keep getting the error
Debugging connection was closed. Reason: WebSocket disconnected
I open Chrome with "%programfiles(x86)%\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 https://localhost:50868/
and do not have any extensions installed in Chrome.
I followed the instructions https://learn.microsoft.com/en-us/aspnet/core/blazor/debug?view=aspnetcore-3.0 but no luck.
Have you guys ever faced this situation? Any idea on where I should be looking at?