mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Attachment doesn't exist error when trying to modify record with attachment #185
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 @lukas665 on GitHub (Jan 10, 2019).
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!