mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Can't save data if server is down #614
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 @uchagani on GitHub (Feb 20, 2020).
Subject of the issue
This may not be an issue for bitwarden_rs but for the official browser extension but I figured I'd post it here first.
If the server is down, the browser extension can't add/save any new entries. While this makes sense overall I believe it should at least save to the local DB and then sync whenever the next sync happens (and when the server is available).
Your environment
Steps to reproduce
Expected behaviour
New credentials are stored in the local db
Actual behaviour
New credentials fail to save
@mqus commented on GitHub (Feb 20, 2020):
See https://community.bitwarden.com/t/offline-management-of-writeable-vault-items/107 for reference.
@uchagani commented on GitHub (Feb 20, 2020):
Ok good so I'm not the only one with this issue. Seems like an important
feature to have. Servers experience downtime. It's something applications
should take into consideration. Hopefully Bitwarden arrives at the same
conclusion.
Since this seems like core bitwarden functionality, should I go ahead and
close this? Or is this something bitwarden_rs can implement?
On Thu, Feb 20, 2020 at 1:34 AM mqus notifications@github.com wrote:
@mprasil commented on GitHub (Feb 20, 2020):
Because the issue is with server being down, I don't think there's anything we could do server side. This would all have to be client side implementation upstream.