mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #871] Trouble downloading attachments #618
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#618
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 @TobiasS1402 on GitHub (Feb 21, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/871
I have a bitwarden docker container with static volumes running for a while, i tried to upload attachments. That worked, i could also delete them. But opening them wouldnt work, it just kept loading. I am as of right now on the latest version of the docker image.
version: 1.13.1-63459c5f
bitwardenrs/server:latest
docker-compose
i tried it on mobile, web and desktop app.
I am running NGINX, but also a direct local connection didnt work.
I start bitwardenRS via docker. here is my environment:
I should be able to open or download my attachment.
It just keeps loading, or the spinning wheel gives that indication
I am able to upload and delete the attachment, i dont see a log entry of me requesting it.
@ajgon commented on GitHub (Feb 22, 2020):
Have the same problem, on top of that, my docker container dies after this. I have to restart it manually to make it work again. Here are my envs, hope that helps:
Also I'm not sure, does it matter, but my container is in docker "internal" network, so it doesn't have access to the Internet.
@dani-garcia commented on GitHub (Feb 22, 2020):
To download the attachments you need to set the DOMAIN env variable so the download links are generated correctly. Other than that, try downloading them in a browser with the dev tools open in the network page and check what request it's doing.
@TobiasS1402 commented on GitHub (Feb 22, 2020):
Thank you for your response.
Turned out my config in the admin panel was still pointing to my old, non-existant domain.
Changed it do:
bitwarden.currentdomain.comand works like a charm now.Cheers.