mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 01:10:09 +03:00
Cannot attach file to note #2267
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 @pew on GitHub.
Hi,
I'm trying to attach a file to an existing note using the macOS bitwarden client (1.11.2), I get "an unexpected error occurred" within the app. The log files reveal a bit more:
I don't know how to set a name, I'm just selecting a file and hit the save icon, there's no way to set a name?
I'm using the docker image
mprasil/bitwarden:1.4.0-alpineand have theDOMAINENV var set (I read about this in some other issue)Thank you!
@mprasil commented on GitHub:
What's your setup like? Do you use any sort of reverse proxy?
@hjiang commented on GitHub:
I'm not using any reverse proxy. Here's the command I used to launch it:
@mprasil commented on GitHub:
There were some changes in the API, I believe they should be now fixed in the rocket-0.4 branch. If you're willing to test the implementation, you can try
mprasil/bitwarden:betadocker image. Just be aware that there are some changes around attachments, so a backup before you test the beta version is strongly advised. Otherwise you might end up loosing the attachments.@dani-garcia commented on GitHub:
This is fixed in `master´ now. I'll wait a couple of days to test if the fixes to #275 work fine now and then I'll publish a new release.
@hjiang commented on GitHub:
Hi. I'm using the latest docker image from bitwardenrs/server and still seeing the same errors:
@hjiang commented on GitHub:
Actually, my bad. I didn't notice that the image name had changed to
bitwardenrs/server:latest(it's what I used indocker pull), so I wasn't actually running the latest version. After i updated the startup script, attachments are working fine now.Thanks!