You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Arc Browser for web development, and sometimes browser-sync doesn't reload my browser after a while (only works in the beginning). Then I checked localhost:3001 and saw a flickering infinite refresh page with the message "BrowserSync disconnected bla bla bla" (image attached). I guess that's the reason why it doesn't work after a while. In other browsers like Safari and Firefox, everything is fine.
if I refresh again, step 4 will happen and I need to redo step 5 to in order to achieve step 6
Please specify which version of Browsersync, node and npm you're running
Browsersync [3.0.2]
Node [22.5.1]
Npm [10.8.2]
Affected platforms
linux
windows
OS X
freebsd
solaris
other (please specify which)
Browsersync use-case
API
Gulp
Grunt
CLI
If CLI, please paste the entire command below
browser-sync start --config bs-config.cjs
bs-config.cjs file
module.exports = {
files: [
"public/**/*.css",
"public/**/*.js",
"resources/views/**/*.blade.php",
],
proxy: "http://127.0.0.1:8000", // Change this to match your development server URL
reloadDelay: 100,
injectChanges: false,
notify: false,
};
The text was updated successfully, but these errors were encountered:
Issue details
I am using Arc Browser for web development, and sometimes browser-sync doesn't reload my browser after a while (only works in the beginning). Then I checked localhost:3001 and saw a flickering infinite refresh page with the message "BrowserSync disconnected bla bla bla" (image attached). I guess that's the reason why it doesn't work after a while. In other browsers like Safari and Firefox, everything is fine.
Steps to reproduce/test case
npm run watch
script on terminalPlease specify which version of Browsersync, node and npm you're running
Affected platforms
Browsersync use-case
If CLI, please paste the entire command below
browser-sync start --config bs-config.cjs
bs-config.cjs file
The text was updated successfully, but these errors were encountered: