I’m using Local and everything is working fine. Except for autoreload.
I have a project which uses Brunch (brunch.io) as a build tool. It includes a watch feature to live-compile files and it also do the autoreload thing. But the autoreload is not working.
In the console I got this error:
WebSocket connection to ‘ws://mywebsite.dev:9485/’ failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
I don’t know maybe someone out there has the same problem, or maybe this issue is more generic and related to WebSocket, despite my Brunch configuration.