[GH-ISSUE #881] IOS can't download attachments #625

Closed
opened 2026-03-03 02:01:29 +03:00 by kerem · 5 comments
Owner

Originally created by @snakefox666 on GitHub (Feb 27, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/881

Hello guys, my bitwarden_rs + nginx on docker is working perfectly fine, a big thanks for everything !!! The only issue I had is with the IOS apps and the attachements.
Working

  • upload and download from a web broser
  • upload from IOS apps

not working

  • donwloading attachements from ios apps

as I'm behind a nginx reverse proxy I already tried to play with the env DOMAIN without any sucess. When I hit the download button on IOS I had a message "can't download the attachments" and nothing in the logs of my NGIX, like if bitwarden can't build correctly the link ...

Any ideas g? ;-)

Originally created by @snakefox666 on GitHub (Feb 27, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/881 Hello guys, my bitwarden_rs + nginx on docker is working perfectly fine, a big thanks for everything !!! The only issue I had is with the IOS apps and the attachements. Working - upload and download from a web broser - upload from IOS apps not working - donwloading attachements from ios apps as I'm behind a nginx reverse proxy I already tried to play with the env DOMAIN without any sucess. When I hit the download button on IOS I had a message "can't download the attachments" and nothing in the logs of my NGIX, like if bitwarden can't build correctly the link ... Any ideas g? ;-)
kerem closed this issue 2026-03-03 02:01:30 +03:00
Author
Owner

@shauder commented on GitHub (Feb 27, 2020):

Seems like you likely still have a setting wrong or the domain setting not correct. I am able to download from the iOS app no problem.

I am also behind a reverse proxy (nginx) running on docker with Let's Encrypt certificates.

<!-- gh-comment-id:592147644 --> @shauder commented on GitHub (Feb 27, 2020): Seems like you likely still have a setting wrong or the domain setting not correct. I am able to download from the iOS app no problem. I am also behind a reverse proxy (nginx) running on docker with Let's Encrypt certificates.
Author
Owner

@snakefox666 commented on GitHub (Feb 28, 2020):

Hey shauder, I think that I followed your nginx example in the wiki :-)
Do you know how I can check what's wrong ? Should I insist with the DOMAIN env ?

Edit: what I don't understand is that I tried with Chrome (for example) to download the attachments and it's working perfectly fine, If I'm reading the URL generated to download it it's the correct one with my public DNS entry.

<!-- gh-comment-id:592380083 --> @snakefox666 commented on GitHub (Feb 28, 2020): Hey shauder, I think that I followed your nginx example in the wiki :-) Do you know how I can check what's wrong ? Should I insist with the DOMAIN env ? Edit: what I don't understand is that I tried with Chrome (for example) to download the attachments and it's working perfectly fine, If I'm reading the URL generated to download it it's the correct one with my public DNS entry.
Author
Owner

@shauder commented on GitHub (Feb 28, 2020):

What kind of certificate are you using?

<!-- gh-comment-id:592541729 --> @shauder commented on GitHub (Feb 28, 2020): What kind of certificate are you using?
Author
Owner

@BlackDex commented on GitHub (Mar 4, 2020):

Also, do you see anything during the download failed in the log file of either nginx or bitwarden?

<!-- gh-comment-id:594895864 --> @BlackDex commented on GitHub (Mar 4, 2020): Also, do you see anything during the download failed in the log file of either nginx or bitwarden?
Author
Owner

@snakefox666 commented on GitHub (Mar 5, 2020):

Hello guys, it's now working fine ! I played a little bit with the env variable "DOMAIN" and now it's working perfectly fine. I think that I made a typo mistake in the URL, the domain URL should be added without the / final ( http://testexample.com and not http://testexample.com/ ).
Thanks all for your help on that one and have a nice day ;-)

<!-- gh-comment-id:595102620 --> @snakefox666 commented on GitHub (Mar 5, 2020): Hello guys, it's now working fine ! I played a little bit with the env variable "DOMAIN" and now it's working perfectly fine. I think that I made a typo mistake in the URL, the domain URL should be added without the / final ( http://testexample.com and not http://testexample.com/ ). Thanks all for your help on that one and have a nice day ;-)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#625
No description provided.