-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Console error: WebSocket connection to 'ws://localhost:53317/socket' failed #3193
Comments
I don't see this error anymore in the console. I have disabled many chrome extensions but not sure if this had to do anything with it. @hakimLyon I can see you raised same issue so try disabling all the chrome extensions. |
I have located where this errors occurs. I have the following npm script
The moment I create a new .scss file under the app/scss folder, the error appears. This error also breaks the live reloading. The only way to work around this to stop the dev server and start it again. Once you do that, the error no longer appears and live reloading works once again. |
Exact @brightpixels thx, I will try to disable all chrome extensions and see what happen. "dev": "PORT=3001 concurrently \"npm run dev:css\" \"remix dev\"" |
I believe this is a duplicate of #2958. |
Duplicate of #2958 |
still happening.. |
@abn5x can you open a new issue ? Comments on closed issues are rarely seen. |
What version of Remix are you using?
1.3.1
Steps to Reproduce
"dev": "concurrently \"npm run dev:generate-css\" \"remix dev\"", "dev:generate-css": "sass --watch ./app/scss:app/css",
Expected Behavior
No errors for WebSocket connection to 'ws://localhost:53317/socket' failed to appear when a watched scss file is added, and working live reload
Actual Behavior
Seeing a WebSocket connection to 'ws://localhost:53317/socket' failed in the console, and broken livereload
The text was updated successfully, but these errors were encountered: