Sync error with extension v2023.12.0 on Edge #1795

Closed
opened 2026-02-05 01:50:07 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @koying on GitHub (Dec 9, 2023).

Subject of the issue

After the bitwarden extension was auot-updated to 2023.12.0 on Edge, synchornization with v1.30.1 fails.

Deployment environment

  • vaultwarden version:
    1.30.1
  • Install method:
    Docker image: vaultwarden/server:1.30.1-alpine

  • Clients used:
    Microsoft Edge 2023.12.0 has the issue (on 2 computers)
    Other clients on 2023.10.2 work fine.

  • Reverse proxy and version:

  • MySQL/MariaDB or PostgreSQL version:

  • Other relevant details:

Steps to reproduce

image

Expected behaviour

No error message and actual sync.

Actual behaviour

Error and no sync

Troubleshooting data

Originally created by @koying on GitHub (Dec 9, 2023). ### Subject of the issue After the bitwarden extension was auot-updated to 2023.12.0 on Edge, synchornization with v1.30.1 fails. ### Deployment environment <!-- ========================================================================================= Preferably, use the `Generate Support String` button on the admin page's Diagnostics tab. That will auto-generate most of the info requested in this section. ========================================================================================= --> <!-- The version number, obtained from the logs (at startup) or the admin diagnostics page --> <!-- This is NOT the version number shown on the web vault, which is versioned separately from vaultwarden --> <!-- Remember to check if your issue exists on the latest version first! --> * vaultwarden version: 1.30.1 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: Docker image: vaultwarden/server:1.30.1-alpine * Clients used: <!-- web vault, desktop, Android, iOS, etc. (if applicable) --> Microsoft Edge 2023.12.0 has the issue (on 2 computers) Other clients on 2023.10.2 work fine. * Reverse proxy and version: <!-- if applicable --> * MySQL/MariaDB or PostgreSQL version: <!-- if applicable --> * Other relevant details: ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start vaultwarden? --> ![image](https://github.com/dani-garcia/vaultwarden/assets/164740/3f690f09-a150-40be-a151-158569601cf4) ### Expected behaviour <!-- Tell us what you expected to happen --> No error message and actual sync. ### Actual behaviour <!-- Tell us what actually happened --> Error and no sync ### Troubleshooting data <!-- Share any log files, screenshots, or other relevant troubleshooting data -->
OVERLORD added the troubleshooting label 2026-02-05 01:50:07 +03:00
Author
Owner

@BlackDex commented on GitHub (Dec 9, 2023):

Could you share te logs of Vaultwarden please

@BlackDex commented on GitHub (Dec 9, 2023): Could you share te logs of Vaultwarden please
Author
Owner

@koying commented on GitHub (Dec 9, 2023):

This is what I see in the docker log when I try a sync:

vaultwarden  | [2023-12-09 10:03:28.923][request][INFO] POST /identity/connect/token
vaultwarden  | [2023-12-09 10:03:28.927][response][INFO] (login) POST /identity/connect/token => 200 OK
vaultwarden  | [2023-12-09 10:03:29.314][request][INFO] GET /api/sync
vaultwarden  | [2023-12-09 10:03:29.384][response][INFO] (sync) GET /api/sync?<data..> => 200 OK

Basically the same as a successful one, it seems.

Is there a way to get some logs from the extension?

@koying commented on GitHub (Dec 9, 2023): This is what I see in the docker log when I try a sync: ``` vaultwarden | [2023-12-09 10:03:28.923][request][INFO] POST /identity/connect/token vaultwarden | [2023-12-09 10:03:28.927][response][INFO] (login) POST /identity/connect/token => 200 OK vaultwarden | [2023-12-09 10:03:29.314][request][INFO] GET /api/sync vaultwarden | [2023-12-09 10:03:29.384][response][INFO] (sync) GET /api/sync?<data..> => 200 OK ``` Basically the same as a successful one, it seems. Is there a way to get some logs from the extension?
Author
Owner

@BlackDex commented on GitHub (Dec 10, 2023):

This seems to be an extension issue. I was able to reproduce this, but saw nothing strange server-side or client side.

I then fully logged-out of the extension, restarted the browser, logged-in again, and that solved my syncing issue.
I tested this with Chromium, but that is the same extension.

@BlackDex commented on GitHub (Dec 10, 2023): This seems to be an extension issue. I was able to reproduce this, but saw nothing strange server-side or client side. I then fully logged-out of the extension, restarted the browser, logged-in again, and that solved my syncing issue. I tested this with Chromium, but that is the same extension.
Author
Owner

@koying commented on GitHub (Dec 10, 2023):

Ah, yes. Looks like logout/login makes sync work again, for now at least.
Will report back if the symptom happens again

@koying commented on GitHub (Dec 10, 2023): Ah, yes. Looks like logout/login makes sync work again, for now at least. Will report back if the symptom happens again
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1795