mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #412] Failed to upload file (size > 105MB) via iOS / iPadOS #224
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @webzit on GitHub (Jul 11, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/412
Problem
When attempting to upload a file larger than 105MB (200MB for example) via Safari on iPhone and iPad, the upload consistently stops upon reaching a ~ 105MB threshold. This issue does not occur when using Safari on a MacBook, where larger files can be uploaded successfully.
Environment:
@sigoden commented on GitHub (Jul 11, 2024):
@webzit
Logs are crucial for troubleshooting. Please provide the logs.
@webzit commented on GitHub (Jul 11, 2024):
DUFS Logs
Traefik Logs
@sigoden commented on GitHub (Jul 11, 2024):
This is usually caused by an unstable or interrupted internet connection.
Have you tried resumable uploads? https://github.com/sigoden/dufs/pull/343#issuecomment-1886128164
@webzit commented on GitHub (Jul 11, 2024):
FIX
Thank you. Needed to change following in traefik. Everything works now fine!