mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #335] Attachment doesn't exist error when trying to modify record with attachment #185
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#185
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 @lukas665 on GitHub (Jan 10, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/335
Hi!
There is error when I'm trying to edit and save record with attachments:
[bitwarden_rs::error][ERROR] Attachment doesn't exist.All other actions with attachments are ok (uploading/deleting/downloading).
I'm using raspberry image behind nginx proxy.
@dani-garcia commented on GitHub (Jan 11, 2019):
I could finally reproduce it, I think
6f52104324should fix it. Can you give it a try?@lukas665 commented on GitHub (Jan 11, 2019):
I can confirm it's working now.
Thanks!