-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot view s3 uploads /raw, thumbnails fine and local storage fine #543
Comments
I found that trying to view it in firefox actually gave me something at least, unlike chrome.
If I add ?width=500 so it actually loads, here's what I get:
|
I'm experiencing the same problem with S3 and SQLite. Kinda weird, but I don't get any errors in the logs. |
Actually. When reading the nginx logs I saw something:
|
Having the same issue, is there any update on this? |
Duplicate of #536 |
has anyone been able to fix this? |
System Info
Describe the bug
Files uploaded to s3 buckets are not viewable raw. The files upload just fine, and are viewable and downloadable from the bucket or via a different tool, but do not load on xbackbone with /raw. In fact, it seems there is literally no header received when viewing files /raw. I get a completely blank page with no information to inspect in my browser.
Thumbnails display fine though. If I add ?width=500 or similar after /raw the images load fine. And local storage works absolutely fine, files display correctly.
I cannot download other files such as zips or videos. Any file you try to download saves as an empty file with 0 bytes downloaded. Seems identical to what someone else faced in #311
I have tried three different S3 compatible buckets with the exact same results: IDrive E2, Fybe, and Wasabi.
To Reproduce
Upload file via website or sharex and visit page.
Expected behavior
The files appear neither on the normal link or the /raw link.
If I take the raw link and add ?width=1000 to the end or similar, it then displays fine.
Screenshots
You can see the image upload is broken here:
But the thumbnail works just fine here:
Logs
XBackBone Log viewing images (no error, but no image loads):
Here's the XBackBone Log after trying to watch a video (url replaced). Probably because it's trying to load an empty stream?
No apache error log.
Apache Access Log for the image:
The text was updated successfully, but these errors were encountered: