Patch v1.6.138 — large Nextcloud uploads (multi-GB) now finish
Posted by tomspark
Follow-up to the earlier Nextcloud upload fix. If you could start a big upload but it still failed near the end with a generic "Error while uploading files," this is for you. Big files upload in small chunks, then the server stitches them back together at the end. On multi-GB files that stitching took longer than the web server's 60-second limit, so it gave up right at the finish line. v1.6.138 raises that limit to an hour, so large uploads complete. Small files were never affected. Update with sudo sparkbox update. Thanks to the reports that helped pin it down.