Vaultwarden - Sync Issues
-
Somehow, my browser extension does not sync anymore since 03 January. An updated entry in my iOS app does show in the WebVault, but does not show in the browser extension; if I manually hit "Sync" in the browser extension, I get a generic error.
In the logs:
Jan 05 15:54:08[2024-01-05 14:54:08.217][request][INFO] GET /api/sync Jan 05 15:54:08[2024-01-05 14:54:08.377][response][INFO] (sync) GET /api/sync?<data..> => 200 OK Jan 05 15:54:0882.140.58.98 - - [05/Jan/2024:14:54:08 +0000] "GET /api/sync HTTP/1.1" 200 4697636 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" Jan 05 15:54:10- - - [05/Jan/2024:14:54:10 +0000] "GET /healthcheck HTTP/1.1" 200 2 "-" "Mozilla (CloudronHealth)"
I noticed, that the time zone is not correct. It's currently 15:57 but the server shows 14:57:
timedatectl Local time: Fri 2024-01-05 14:57:28 UTC Universal time: Fri 2024-01-05 14:57:28 UTC RTC time: Fri 2024-01-05 14:57:28 Time zone: UTC (UTC, +0000) System clock synchronized: yes NTP service: active RTC in local TZ: no
I then thought I'd change the timezone just for Vaultwarden (as described here: https://forum.cloudron.io/topic/7890/set-correct-timezone) in
/app/data/env.sh
by addingexport TZ=Europe/Berlin
and restarting the app - but that does not help with the errors.Any idea?
-
Ok, interesting: After logging out of the browser extension and logging back in again, it works. I don't know if it's "solved" but it now syncs properly...
I'll leave this topic here, it might help someone in the future. -
-
-
Just to add, I also experienced exactly this too