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 successfully managed to sync my bookmarks with Firefox for Desktop and my self-hosted syncstorage (with build in tokenserver).
But syncing with Fenix does not work.
The sync stops with error sync failed: Missing server timestamp header in request
Issue mozilla/application-services#3379 describes similar symptoms.
This comment seems to be interesting:
So this sync failed: Missing server timestamp header in request is very strange, and seems to indicate that you're getting a 200 OK from tokenserver that somehow doesn't include the X-Timestamp header. This should in theory be impossible (which is one of the reasons we error on it) because there's a "tween" in the tokenserver server code that sets this header on every response. So, I'm not entirely sure what's happening here. Originally posted by @rfk in mozilla/application-services#3379 (comment)
Maybe new tokenserver also doesn't include the X-Timestamp header?
The text was updated successfully, but these errors were encountered:
jewelooper
changed the title
Fenix doesn't Sync with the stage server: Missing server timestamp header in request
Fenix doesn't Sync with the syncstorage: Missing server timestamp header in request
Mar 7, 2022
I successfully managed to sync my bookmarks with Firefox for Desktop and my self-hosted syncstorage (with build in tokenserver).
But syncing with Fenix does not work.
The sync stops with error
sync failed: Missing server timestamp header in request
Issue mozilla/application-services#3379 describes similar symptoms.
This comment seems to be interesting:
Maybe new tokenserver also doesn't include the
X-Timestamp
header?Fenix settings:
custom account-server: empty/default
custom sync-server: https://mydomain.com/1.0/sync/1.5
ADB logcat:
conf.toml
The text was updated successfully, but these errors were encountered: