mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
[PR #2085] [CLOSED] Fix broken download redirect #1750
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/2085
Author: @hUwUtao
Created: 1/8/2026
Status: ❌ Closed
Base:
main← Head:patch/dwnld📝 Commits (1)
ba57b1bFix download redirect for file downloads📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
app/Filament/Server/Resources/Files/Pages/DownloadFiles.php(+3 -1)📄 Description
The file download procedure do a single redirect to the download endpoint on wings. However, if redirect respond contains a body, it will not download for some reason.
HTTP Request when actual content is sent but not trigger browser download:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.