Live reload gets broken after browser refresh
See original GitHub issueHow often can you reproduce it?
- Always
- Sometimes
- Rarely
- Unable
- I didn’t try
Description:
I just generated a new app project with DoneJS@1.1.0. Live reload works well for the 1st time in browser, but when I hit browser refresh it stops working (till I restart DoneJS server).
Steps to reproduce:
- Generate DoneJS app
- Run
donejs develop
- Open
localhost:8080
in browser - Refresh browser
Donejs server error:
events.js:182
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at _errnoException (util.js:1019:11)
at TCP.onread (net.js:608:25)
Expected results:
Live reload should work after browser refresh.
Actual results:
Live reload is broken.
Environment:
Software | Version |
---|---|
donejs -V | 1.1.0 |
node -v | 8.6.0 |
npm -v | 5.5.1 |
Browser | Chrome 63.0.3239.84 |
Operating system | MacOS Sierra |
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
[Bug]: Live Reload not working. · Issue #1601 · remix-run/remix
This worked for me! I was having an issue where live reload worked just fine until I added or deleted a new file....
Read more >Live reload broken - support - HUGO
This is what I've tried so far: manually refresh the browser after each change; hugo server --buildDrafts; hugo server --watch --buildDrafts ...
Read more >Live server not refreshing browser - Stack Overflow
What i mean about "doesn't work" is that it doesn't refresh the broswer after modifications of the code but i can open it....
Read more >Why webpack-dev-server Live-Reload Is Not Working - Medium
However, webpack-dev-server is not monitoring changes to your contentBase so it does not force a browser refresh. Setting watchContentBase to ...
Read more >Basic Features: Fast Refresh - Next.js
If you make a syntax error during development, you can fix it and save the file again. The error will disappear automatically, so...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is fixed by https://github.com/stealjs/steal-tools/releases/tag/v1.10.1
It was caused by a change in
ws
: https://github.com/websockets/ws/issues/1256#issuecomment-352337313And also a bug in Chrome 63.