mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
send: "current access count" not updating in web vault #999
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 @fbartels on GitHub (Mar 29, 2021).
Subject of the issue
The send feature allow to expire items once it has been requested a given amount of times. This in itself also word (e.g. saying a link should have a "maximum access count" of two, no longer works when visiting it for the third time. However the gui also has a field "current access count" which looks like it should show how often an item has been requested already, but this seems to be stuck a "0".
Deployment environment
Steps to reproduce
https://domain/#/sendsand create a new sendExpected behaviour
Actual behaviour
Troubleshooting data
@fbartels commented on GitHub (Mar 29, 2021):
After opening this issue I went to the Chrome extension to see how this is displayed there and there the counter was successfully increased. Curiously after opening the element again in the web vault also there it now showed the correct amount of requests. I did make sure to reload the web vault before, but its counter stayed at zero.
Screenshot showing the web vault and the browser extension side by side:

@Panja0 commented on GitHub (Mar 29, 2021):
Having the same problem on my side.
Refreshing (F5 or shift F5) does not change the status of the Current Access Count.
Logging out and logging back in to the web vault does change the Current Access Count though.
@BlackDex commented on GitHub (Mar 30, 2021):
If you switch to the
My Vaultpage and back toSendit will update also.We can not fix this, this also happens on upstream vault.bitwarden.com.
Duplicate of: #1554