You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I am authenticated with FileBrowser, however, the download works.
I've verified that cacheDir is writeable by the process owner, but according to strace and fswatch, downloading the link does not actually trigger any file operation underneath, or anywhere really.
Here is all that happens file-related when I GET the download URL:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello,
If we share a link such as https://files.toni.immo/public/share/pvf58oZ5Ej_vhVT1tYYWJg for people to download files, and they download a Zip file, the downloaded file will be empty:
If I am authenticated with FileBrowser, however, the download works.
I've verified that
cacheDiris writeable by the process owner, but according tostraceandfswatch, downloading the link does not actually trigger any file operation underneath, or anywhere really.Here is all that happens file-related when I GET the download URL:
No mention of a Zip file. If I monitor
/var/lib/dockerwith inotify, I only see read-access to the index, and a write access to a log file.Any ideas what the problem might be that's causing empty Zip files for unauthenticated users?
All reactions