mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Bitwarden clients cannot upload attachments #2272
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 @blacs30 on GitHub.
With Desktop release 1.11.0, mobile 1.20.0 and browser 1.35.0 it seems that the attachment upload is broken, there is a hint in the Release Notes:
New attachment keysThe logs show this error
Last working version for the Desktop version on macOS is 1.10.0.
Firefox and chrome plugins with version
1.35.2fail to upload attachments as well, same for the lastest iOS version (I run 1.19.4 and it fails).@dani-garcia commented on GitHub:
This is due to the change mentioned in #251. The fix is available in the rocket-0.4 branch of this repo, and it will be merged into master after some more testing is done.
@peterih commented on GitHub:
I have this problem in browser version 1.38.0 (Firefox 65.0.2).
@mprasil commented on GitHub:
@peterih make sure you're using latest image. This has been fixed quite long time ago and I can upload attachments with 1.38.0 normally. (also in Firefox)
@blacs30 commented on GitHub:
Thanks a lot. Haven't seen that yesterday night.