Skip to content
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

fix(web): do not throw error when hash fails #15740

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

RiggiG
Copy link
Contributor

@RiggiG RiggiG commented Jan 28, 2025

Fixes #15739
Allows failing hashes (e.g. when file size is >2GB) to continue to upload step.

Current behavior: on a secure origin, failing hashes prevent the upload altogether. On an insecure origin, hashing is skipped, and the file is uploaded.

@alextran1502 alextran1502 merged commit 92dff83 into immich-app:main Jan 28, 2025
36 of 37 checks passed
@RiggiG RiggiG deleted the hash-fail-gracefully branch January 28, 2025 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Client-side hashing fails on files >2GB in size, preventing upload.
2 participants