Nextcloud 13 chunking upload not working

For information, as a workaround I increased the max_chunk_size directly into the database (to 500Mb files):
INSERT INTO oc_appconfig (appid, configkey, configvalue) VALUES (‘files’, ‘max_chunk_size’, ‘524288000’);

2 Likes