Live Reload not working
See original GitHub issueI’m submitting a…
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or request
[ ] Other: <!-- Please describe: -->
Current behavior
Everytime I save my html file it won’t reload in the browser. The extension injects the code for reloading the page, but with no effect.
Expected behavior
It should autoreload when I save my html file. It worked like a charm 2 weeks ago.
Environment
Browser:
- [x] Chrome (desktop) version 69.0.3497.100
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Live Server: 5.1.1
- Platform: Mac
- Visual Studio Code: 1.27.2
Others
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:8
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 >Webpack devServer v. 4.x.x live reload not working
If I edit either file, live reload does not work, but after manually refreshing the browser the edits are reflected.
Read more >Live reload not working again, how can I fix? - support - HUGO
I've cleared my cache and tried all I could, but it still is not reloading new changes. Aside from the watching feature. It...
Read more >Hot reload not working - Visual Studio Feedback
I'm trying to use Hot Reload on Android Emulador, but when I do any change in XAML file, the app doesn't update. Looking...
Read more >Problem: Live reloading isn't refreshing for Webpack 5
Allow for opening up the default browser with you local server page ; Accept your custom configuration; support live reloading. While in the...
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
thanks for comment… I’ll give it a try from within VS Code. I was using LiveReload years ago on my Mac, independently of any IDE, which worked fine back then
so I’m asking this out of curiosity, do you open your project as a folder, or you launch Auto Reload on a single file. cause the live reload only works if you open directory in a VSCode. (I didn’t know this and found out by accident)