You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During remote access, the browser reports the following error:
WebSocket connection to 'ws://localhost:50417/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
After investigating, we discovered that in aspnetcore-browser-refresh.js the host is hard-coded to localhost, so it never attempts to connect back to the remote machine.