mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #2390] Send file Can't be download #1244
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#1244
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 @Kerwin1202 on GitHub (Mar 25, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2390
Send file Can't be download
Deployment environment
Install method: docker-compose
Clients used: web vault
Reverse proxy and version: caddy:2
MySQL/MariaDB or PostgreSQL version: mariadb
Other relevant details:
Steps to reproduce
Normal sharing file, but can't download. I have 'DOMAIN' this environment variable.
And I manually replace localhost for the current domain name,I can download the file but there is no file name and related suffixes, and the file is broken( for jpg ).
Expected behaviour
Successful download file
Actual behaviour
The Uri redirect to localhost
Troubleshooting data
@BlackDex commented on GitHub (Mar 25, 2022):
Please check the
/admin/diagnosticspage if all is configured ok. I think the DOMAIN variable is not configured correctly.@Kerwin1202 commented on GitHub (Mar 25, 2022):
@BlackDex You are right. in
/adminthe domain url islocalhost。Thanks