Not refreshing the browser!
See original GitHub issueIssue details
I have a markdown file that I change and convert to html using pandoc. browsersync is detecting the file change but does not refresh the browser. I am running it on Linux 4.4.0-57-generic.
Here is how I am running browsersync:
pandoc-markdown-to-html: $ browser-sync start --server './' --files '*.html' --index 'readme.html'
[BS] Access URLs:
-------------------------------------
Local: http://localhost:3002
External: http://192.168.0.10:3002
-------------------------------------
UI: http://localhost:3003
UI External: http://192.168.0.10:3003
-------------------------------------
[BS] Serving files from: ./
[BS] Watching files...
[BS] File changed: readme.html
Please provide issue details here. Browser files to update, I need to manually refresh the browser to see the changes.
Steps to reproduce/test case
Please provide necessary steps for reproduction of this issue, or better the reduced test case (without any external dependencies).
Please specify which version of Browsersync, node and npm you’re running
- Browsersync [ 2.18.5 ]
- Node [7.2.1 ]
- Npm [4.0.3 ]
Affected platforms
- [ 4.4.0-57-generic.] linux
Browsersync use-case
- CLI
If CLI, please paste the entire command below
browser-sync start --server './' --files '*.html' --index 'readme.html'
for all other use-cases, (gulp, grunt etc), please show us exactly how you’re using Browsersync
{Browsersync init code here}
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Fix: My Browser's Refresh Button is Not Working - Technipages
Troubleshooting Your Browser's Refresh Button · 1. Perform a hard refresh · 2. Clear your browser history and cache · 3. Unplug your...
Read more >Live server not refreshing browser - Stack Overflow
I'm using live server extension in Visual Studio Code, and it's doesn't work. What i mean about "doesn't work" is that it doesn't...
Read more >Not reload applying code changes but browser does not refresh
I'm trying to get hot reload working in Visual Studio 2022 (17.0.1) but am not having any luck. After running the project and...
Read more >website not refreshing | Firefox Support Forum - Mozilla Support
All Replies (13) ... In Firefox Safe mode these changes are effective: ... TEST If the site works in Safe Mode then it...
Read more >Outlook inbox not refreshing in real time. - Microsoft Community
In private browser used and cookies/cache cleared. List of applicable scenarios: new users also getting this issue. tried private browser for ...
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
@rajinder-yadav have you checked https://browsersync.io/docs#requirements?
do you see the ‘Connected to Browsersync’ message in the browser?
Ok, so brand new install on node v 4.6.0, is throwing the args error, but it is still refreshing the browsers…