mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Not syncing automatically #1258
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 @rucksman on GitHub (Apr 28, 2022).
I am using vaultwarden behind a Traefik proxy in my Docker environment. I did install the browser extension, and in addition I am using the windows client (portable) and the Android app (always latest versions).
Entries are not automatically synced for whatever reason. If I am entering a new entry with one of the client (for example the Windows client, but that does not really matter), this new entry is not automatically synced to the other clients even after some hours. I always have to manually sync on all the client to get the latest version of my entries. There is no error in the logs of the docker container, and also not in the clients. It simple does not sync automatically. Is this the desired behaviour, or is there something wrong?
@codesections commented on GitHub (Apr 28, 2022):
Have you configured enabled WebSocket notifications as described in the relevant wiki page? If so, the browser extension and windows client should sync automatically (the android app won't currently – support for mobile push notifications is still a work in progress).
@rucksman commented on GitHub (Apr 28, 2022):
Thanks for the quick reply.
I followed more or less the Traefik configuration from the proxy examples page. So obviously there is a problem on my side with automatic sync at least between web page, windows client and browser extension, if automtaic sync should work. I will investigate further into my docker configuration. Thanks for helping!