meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sw:nextcloud:issues [2021/04/12 11:41] niziaksw:nextcloud:issues [2022/08/09 08:09] (current) niziak
Line 1: Line 1:
 ====== Issues ====== ====== Issues ======
 +
 +===== Sabre\DAV\Exception\BadRequest =====
 +
 +<code>
 +Sabre\DAV\Exception\BadRequest: Expected filesize of 1153433600 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 0 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.
 +</code>
 +
 +**Reason:** Nextcloud docker v ''24.0.3-apache'' is based on docker ''php:8.0-apache-bullseye''.
 +
 +In the meantime Apache change default ''LimitRequestBody'' value from unlimited to 1GB:
 +[[https://httpd.apache.org/docs/2.4/mod/core.html#limitrequestbody|LimitRequestBody Directive]]
 +> compatibility: In Apache HTTP Server 2.4.53 and earlier, the default value was 0 (unlimited)
 +
 +[[https://github.com/nextcloud/docker/issues/1796|Apache images built after ~mid June 2022 introduce 1GB upload limit #1796]]
 +
 +
 +
  
 ===== Too many requests ===== ===== Too many requests =====