-
Notifications
You must be signed in to change notification settings - Fork 43
Nothing listed under "Current Connections" #37
Comments
I am also having a similar issue. Reload All works, however, there are no entries listed under "Current Connections". I am using lite-server with a basic server config. Using: Browsersync [ 2.12.8 ] |
Same as above, using:
|
I use it as a gulp plugin, reload all and injecting css etc. works fine.
I updated now (via homebrew) to:
Still not working. |
I also have the same issue, all other functionality is working just fine, but current connections is empty
|
I also have the same issue, all other functionality is working just fine, but current connections is not working
|
I experience the same thing. BrowserSync.io synchronizes the clients as expected but no connections shows up under Current Connections.
|
Same here:
|
I still have this issue. There are no browsers listed in current connections. |
Same problem with
|
@trompx you are using an old version that did not include the fix |
@blowsie my bad, that was my grunt-browser-sync version which uses browserync v2.14.0 (in package.json which is weird because when I open browsersync UI, i get v2.17.6). Edit: after an npm update it works now... |
I have a similar issue, using:
Not sure what changed. It was working, now sadly it is not. The symptoms I have now are:
However, oddly enough, it will refresh the page whenever other files change (e.g. html). I'm a fairly new user and pretty baffled about what could cause it to suddenly stop working 😞 |
@patricknelson there was a fairly big rewrite of the client-side code for 2.24.0 - it seems like a bug may have surfaced - I'm looking into it |
Ok thanks @shakyShane - it may be worth noting that I did attempt to install an older version of The best I could deduce from that was maybe it had to do with some combination of how it integrated with EDIT: Updated local |
Ok, I fixed my issue by reverting to an older version. I found the exact version of local I was confused initially but forgot that "resolutions": {
"grunt-browser-sync/**/browser-sync": "~2.23.0"
} |
I'm using snippet mode, and I have two browsers connected. When I hit
RELOAD ALL
(for example), it works correctly, but there is nothing listed under "Current Connections". Am I missing something?Win10
The text was updated successfully, but these errors were encountered: