-
Notifications
You must be signed in to change notification settings - Fork 470
Description
In Firefox: When I click download on any object I get "Unexpected response, download incomplete" in the "Uploads / Downloads" widget (close to the end of the progress bar, > 90%). In the network tab the only request that I see (https://console..../api/v1/buckets/.../objects/download?...) has status 200. Nothing in the minio log. Nothing in the browser console.
When I do the same in Chromium instead of Firefox, then the file downloads normally.
What I noticed: In firefox the download response payload seems to be base64 encoded, in chromium it isn't. (probably just a display thing in firefox' console)
Expected Behavior
Downloads work identically in Firefox and Chromium.
Current Behavior
In Firefox it fails.
Steps to Reproduce (for bugs)
This is the only Minio cluster of mine that has this behavior and I have no idea when it started. Other clusters I operate running the same version of Minio work fine.
Context
Your Environment
- Version used (
minio --version
):minio version RELEASE.2024-02-17T01-15-57Z (commit-id=b6e98aed0161bb526aaf11fa1672d30eb89dca4b) Runtime: go1.21.7 linux/amd64 License: GNU AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html> Copyright: 2015-2024 MinIO, Inc.
- Server setup and configuration: It's deployed in a kubernetes 1.29.2 (k0s) using the minio operator (5.0.12). It's single node (both k8s and minio) and single pool (openebs-hostpath volume on xfs).
- Operating System and version (
uname -a
):Linux ... 6.7.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 17 Feb 2024 14:02:33 +0000 x86_64 x86_64 x86_64 GNU/Linux