mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1557] send: "current access count" not updating in web vault #1002
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1002
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1557
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