Closed
Bug 1377200
Opened 8 years ago
Closed 8 years ago
Not syncing after profile refresh
Categories
(Firefox :: Sync, defect, P1)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
Firefox 56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: eoger, Assigned: eoger)
Details
Attachments
(1 file)
STR:
1. Open Firefox with default profile
2. Connect that profile with Sync
3. Open about:support and "Refresh Nightly"
4. When Firefox opens again, try syncing -> nothing happens although the hamburger menu UI says we're still connected.
From sync logs:
> 1498760724393 Sync.Service DEBUG In sync: should login.
> 1498760724393 Sync.Status DEBUG Status.login: error.login.reason.no_username => error.login.reason.no_username
> 1498760724394 Sync.Status DEBUG Status.service: service.client_not_configured => service.client_not_configured
What happens is that the username pref is not set, so login() fails.
signedinuser.json does still exists with all of our login details.
What SHOULD happen, is browserid_identity.js setting that pref (by calling ensureLoggedIn BEFORE _checkSetup in Service#login), then we can continue in the happy flow.
Comment 1•8 years ago
|
||
Ed, IIRC you said you were working on this - shall we assign it to you?
Flags: needinfo?(eoger)
Priority: -- → P1
| Assignee | ||
Comment 2•8 years ago
|
||
Yep
Assignee: nobody → eoger
Status: NEW → ASSIGNED
Flags: needinfo?(eoger)
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 4•8 years ago
|
||
Tested on my Windows VM, it does unblock sync.
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8883384 [details]
Bug 1377200 - Ensure Sync can recover after a profile refresh.
https://reviewboard.mozilla.org/r/154268/#review159394
Awesome, thanks!
Attachment #8883384 -
Flags: review?(markh) → review+
Pushed by eoger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d19b73f6ced
Ensure Sync can recover after a profile refresh. r=markh
Comment 7•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
Comment 8•8 years ago
|
||
Operating system:Windows 10 X64
Firefox version:56.0a1
By testing this Bug in my latest Nightly version.After restarting nightly browser the Sync is already gets logged in and
the Sync process is not happening.
The Bug is reproduced in latest nightly version.
[Bugday-20170705]
You need to log in
before you can comment on or make changes to this bug.
Description
•