-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
area-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIfeature-hot-reloadThis issue is related to the Hot Reload feaatureThis issue is related to the Hot Reload feaature
Milestone
Description
Originally from SO, without resolution.
Hot reload tries to connect with two websockets: wss
, and if that fails, ws
.
The ws connection succeeds and hot reload works. But I'm not using HTTPS in my local development environment, so the wss connection fails and the script always spams my devtools console with:
Firefox can’t establish a connection to the server at wss://localhost:50005/.
WebSocket failed to connect.
That is very annoying. Please allow us to configure hot reload to use ws
only.
lonix1, arnileibovits and atschneider44
Metadata
Metadata
Assignees
Labels
area-commandlinetoolsIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIIncludes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPIfeature-hot-reloadThis issue is related to the Hot Reload feaatureThis issue is related to the Hot Reload feaature