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 profiles. I have 3 profiles and I am using Sync for all of them. Unfortunately the sync code changes after a while. I thought it was after a laptop reboot but two days ago I just closed two browser windows (with two different profiles) and when I now open them again my sync is gone. This is a problem because all my saved things are gone (passwords, bookmarks, etc..).
After this happens it is not possible to leave the sync chain, if I click on that button nothing happens.
The only way to solve the issue is to delete the existing profile and create a new profile with the old sync code. This then works until the next time the laptop is rebooted or after I don't use the browser for a while.
This issue doesn't seem to happen on another machine with this same sync chain.
The sync chain contains this problematic machine multiple times, so it seems it's always added new to the sycn chain (see attached screenshot, "jambo-laptop" is there multiple times, each time I add it back to the sync chain).
I am using multiple VPN connections, not sure if this has anything to do with the problem.
Steps to Reproduce
Create a new profile
Start a sync chain
On another machine create a new profile and join the sync chain from before
After restarting the second machine or just closing the browser and not using it for a while the issue should appear.
Actual result:
The actual results vary, it's not easy to reproduce on purpose but it happens all the time.
Expected result:
The sync code should never change.
Reproduces how often:
I am now constantly having this issue, pretty much every time I open the browser. I am having to leave it open an never close it otherwise the problem happens.
Can you reproduce this issue with the current release?
Yes
Can you reproduce this issue with the beta channel?
Did not try
Can you reproduce this issue with the dev channel?
Did not try
Can you reproduce this issue with the nightly channel?
Did not try
Other Additional Information:
Does the issue resolve itself when disabling Brave Shields?
No
Does the issue resolve itself when disabling Brave Rewards?
No
Is the issue reproducible on the latest version of Chrome?
Yes
Miscellaneous Information:
The problem is not too easy to reproduce, it only happens on my laptop. I don't get why it doesn't happen on another machine with the same sync code (the sync code on the other machine is alway ok).
BTW this happens to all profiles on this laptop.
The text was updated successfully, but these errors were encountered:
cyjambo
changed the title
Sync breaks (I get a new code) each time I reboot my laptop
Sync breaks (I get a new code) after I close the browser for a while
Oct 18, 2020
Hello Cyjambo,
I think your problem is caused by a WIN10 issue.
A bug in Windows 10 can create a conflict with scheduled tasks that are configured in a certain way.
This also causes Brave to flush all it's passwords and sync settings each time these tasks are executed.
The problem is not yet solved but there is a workaround.
Run the following command: Get-ScheduledTask | foreach { If (([xml](Export-ScheduledTask -TaskName $.TaskName -TaskPath $.TaskPath)).GetElementsByTagName("LogonType").'#text' -eq "S4U") { $_.TaskName } }
in Windows PowerShell.
This will produce a list of one or more scheduled tasks that cause this conflict.
Disable all the listed tasks in the Windows Task Scheduler and the problem is gone.
Happy to share that this helped. I had to restart my machine twice but after that no more issues :) Thanks Ritsket for the suggestion, I can finally use Brave again and get rid of Chrome :)
Description
I am using profiles. I have 3 profiles and I am using Sync for all of them. Unfortunately the sync code changes after a while. I thought it was after a laptop reboot but two days ago I just closed two browser windows (with two different profiles) and when I now open them again my sync is gone. This is a problem because all my saved things are gone (passwords, bookmarks, etc..).
After this happens it is not possible to leave the sync chain, if I click on that button nothing happens.
The only way to solve the issue is to delete the existing profile and create a new profile with the old sync code. This then works until the next time the laptop is rebooted or after I don't use the browser for a while.
This issue doesn't seem to happen on another machine with this same sync chain.
The sync chain contains this problematic machine multiple times, so it seems it's always added new to the sycn chain (see attached screenshot, "jambo-laptop" is there multiple times, each time I add it back to the sync chain).
I am using multiple VPN connections, not sure if this has anything to do with the problem.
Steps to Reproduce
Actual result:
The actual results vary, it's not easy to reproduce on purpose but it happens all the time.
Expected result:
The sync code should never change.
Reproduces how often:
I am now constantly having this issue, pretty much every time I open the browser. I am having to leave it open an never close it otherwise the problem happens.
Brave version (brave://version info)
Hungarian OS version.
Version/Channel Information:
Yes
Did not try
Did not try
Did not try
Other Additional Information:
No
No
Yes
Miscellaneous Information:
The problem is not too easy to reproduce, it only happens on my laptop. I don't get why it doesn't happen on another machine with the same sync code (the sync code on the other machine is alway ok).
BTW this happens to all profiles on this laptop.
The text was updated successfully, but these errors were encountered: