Skip to content
This repository has been archived by the owner on Oct 13, 2018. It is now read-only.

Sync All in History not working #45

Closed
terryupton opened this issue Feb 7, 2017 · 5 comments
Closed

Sync All in History not working #45

terryupton opened this issue Feb 7, 2017 · 5 comments

Comments

@terryupton
Copy link

When I try and Sync All to a historical URL in the UI, none of the instances of the website update or change? Is this a known bug or anyway to resolve this?

@foxx
Copy link

foxx commented Apr 22, 2017

I'm having this same problem, any ideas?

@foxx
Copy link

foxx commented Apr 22, 2017

Upon inspecting the websocket frames, I can see that the browsers receive the instruction... but they don't seem to do anything with it..

42/browser-sync,["browser:location", {path: "/", override: true, url: "/"}]
0
:
"browser:location"
1
:
{path: "/", override: true, url: "/"}
override
:
true
path
:
"/"
url
:
"/"
Name
?EIO=3&transport=websocket&sid=5IipwVfzaZa4tZ9CAAAH

@bernhard-appdirect
Copy link

@foxx @terryupton We had the same issue and found the undocumented solution here: BrowserSync/browser-sync#1363

This also fixed the "Reset All" button.

ghostMode: { location: true }

@terryupton
Copy link
Author

@bernhard-appdirect excellent! Thank you very much. This has solved the issue for me.

@shakyShane
Copy link
Contributor

This is fixed now in browser-sync@2.18.10

BrowserSync/browser-sync@1a0505c

:)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants