mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Sync error with extension v2023.12.0 on Edge #1795
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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
Expected behaviour
No error message and actual sync.
Actual behaviour
Error and no sync
Troubleshooting data
@BlackDex commented on GitHub (Dec 9, 2023):
Could you share te logs of Vaultwarden please
@koying commented on GitHub (Dec 9, 2023):
This is what I see in the docker log when I try a sync:
Basically the same as a successful one, it seems.
Is there a way to get some logs from the 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.
@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