mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #881] IOS can't download attachments #625
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#625
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 @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
not working
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? ;-)
@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.
@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.
@shauder commented on GitHub (Feb 28, 2020):
What kind of certificate are you using?
@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?
@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 ;-)