After I uploaded large zip files ( >200MB, >4000 chunk files) to our Artifact Manager. I can browse contents via zip endpoints. However, when I try to download a file via zip endpoint, it returns '500 Internal Server Error'.
Steps I did to reproduce issue:
-
Upload a large .zip file which include OME-Zarr file set to Artifact Manager ( >200MB, >4000 chunk files).
-
Use the zip endpoints to browse its contents — it works currently.
-
Try to download a file inside the zip → 500 Internal Server Error.
Example endpoints(which returns 'Internal Server Error'):
Uploaded via multipart uploading: https://hypha.aicell.io/agent-lens/artifacts/test-20250820-140726/zip-files/well_A1_96.zip/~/data.zarr/.zattrs
Upload via 'put_file': https://hypha.aicell.io/agent-lens/artifacts/example-cell-data-20250723-122839/zip-files/well_F5_96.zip/~/data.zarr/.zattrs
Working endpoint(small zip file ~10MB): https://hypha.aicell.io/agent-lens/artifacts/default-20250820-133017/zip-files/well_A11_96.zip/~/data.zarr/.zattrs
--
@oeway Could you try these links and check logs in the Hypha server? So that we can identify the error, and decide which direction we can move on to fix this issue.
After I uploaded large zip files ( >200MB, >4000 chunk files) to our Artifact Manager. I can browse contents via zip endpoints. However, when I try to download a file via zip endpoint, it returns '500 Internal Server Error'.
Steps I did to reproduce issue:
Upload a large .zip file which include OME-Zarr file set to Artifact Manager ( >200MB, >4000 chunk files).
Use the zip endpoints to browse its contents — it works currently.
Try to download a file inside the zip → 500 Internal Server Error.
Example endpoints(which returns 'Internal Server Error'):
Uploaded via multipart uploading: https://hypha.aicell.io/agent-lens/artifacts/test-20250820-140726/zip-files/well_A1_96.zip/~/data.zarr/.zattrs
Upload via 'put_file': https://hypha.aicell.io/agent-lens/artifacts/example-cell-data-20250723-122839/zip-files/well_F5_96.zip/~/data.zarr/.zattrs
Working endpoint(small zip file ~10MB): https://hypha.aicell.io/agent-lens/artifacts/default-20250820-133017/zip-files/well_A11_96.zip/~/data.zarr/.zattrs
--
@oeway Could you try these links and check logs in the Hypha server? So that we can identify the error, and decide which direction we can move on to fix this issue.