mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Send file Can't be download #1240
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 @Kerwin1202 on GitHub (Mar 25, 2022).
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