Closed Eccenux closed 6 years ago
So this is only for reference as I actually just solved this. Sometimes sync might not work for you in one browser but will work for others.
sync
You might get one of two errors in "Sync" window:
If you are not getting any errors but sync is still not working then do this:
window.plugin.sync.authorizer.authorize()
If authorization is working you should get PM: Authorized. Otherwise you should see some error message.
PM: Authorized
Turns out this is a cookie problem (contrary to the messages).
See this answer on stackoverflow.
Was also a problem with allowed origins due to Intel URL change. Fixed.
So this is only for reference as I actually just solved this. Sometimes
sync
might not work for you in one browser but will work for others.The problem
You might get one of two errors in "Sync" window:
If you are not getting any errors but sync is still not working then do this:
window.plugin.sync.authorizer.authorize()
If authorization is working you should get
PM: Authorized
. Otherwise you should see some error message.The solution
Turns out this is a cookie problem (contrary to the messages).
Firefox
Chrome
See this answer on stackoverflow.