Open xuanhe168 opened 7 months ago
@amcasey @MackinnonBuck Any updates on this? I'm running into the exact same issue now. I'm using VS 2022 17.10.4 and this happens with a clean project created from the Blazor Web App template with "Server" render mode.
@amcasey or @MackinnonBuck - As of today this is still an issue with a Server render mode app created anew from the template. The VS 2022 version is Version 17.12.0 Preview 2.0 and the dotnet SDK version is 8.0.303. The error we see int he MS Edge browser tools is: WebSocket connection to 'wss://localhost:44376/HPortal/' failed: WebSocket connection to wss://localhost:44376/HPortal failed: | (anonymous) | @ | aspnetcore-browser-refresh.js:268
Is there an existing issue for this?
Describe the bug
aspnetcore-browser-refresh.js:268 WebSocket connection to 'ws://localhost:58957/XuanHe.Web/' failed: (anonymous) @ aspnetcore-browser-refresh.js:268 getWebSocket @ aspnetcore-browser-refresh.js:265 (anonymous) @ aspnetcore-browser-refresh.js:16 aspnetcore-browser-refresh.js:19 WebSocket failed to connect. aspnetcore-browser-refresh.js:23 Unable to establish a connection to the browser refresh server.
Expected Behavior
No response
Steps To Reproduce
IDE
Project configure
Exceptions (if any)
aspnetcore-browser-refresh.js:268 WebSocket connection to 'ws://localhost:58957/XuanHe.Web/' failed: (anonymous) @ aspnetcore-browser-refresh.js:268 getWebSocket @ aspnetcore-browser-refresh.js:265 (anonymous) @ aspnetcore-browser-refresh.js:16 aspnetcore-browser-refresh.js:19 WebSocket failed to connect. aspnetcore-browser-refresh.js:23 Unable to establish a connection to the browser refresh server.
.NET Version
8.0.202
Anything else?
No response