Unable to upload files that are larger than 2 GB on web #15906
Unanswered
vishwa5854
asked this question in
Q&A
Replies: 3 comments 13 replies
-
Please attempt over local IP. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Please upgrade to 1.125.7 as well, there is a patch for this |
Beta Was this translation helpful? Give feedback.
1 reply
-
tbc this isn't a proxy issue but a rare case of #15739 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bug
If an upload of a file that is larger than 2GB is initiated on webapp, it would fail. I have looked at the console logs or errors in developer console and seems like it is an issue from the
SubtleCrypto
library function.Here's the exact error I see
However it gets uploaded with no issues on the mobile app (I'm guessing it is using a different crypto library that doesn't have this issue)
The OS that Immich Server is running on
Debian
Version of Immich Server
v1.125.6
Version of Immich Mobile App
1.125.5.build.181
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
...
Relevant log output
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions