1 MB filesize limitation in owncloud/server:10.8.0 docker container

Steps to reproduce

  1. docker container: owncloud/server:10.8.0 (or earlier Versions)
  2. another docker container with mysql:5.7
  3. upload a file > 1 MB

Expected behaviour

File will be uploaded

Actual behaviour

Upload stopps with Error Message “Unknown Error “error” while uploading the file “test.log””

Server configuration

Operating system:
owncloud/server:10.8.0

Web server:

Database:

PHP version:

ownCloud version: (see ownCloud admin page)

Updated from an older ownCloud or fresh install:
Updated

Where did you install ownCloud from:

Signing status (ownCloud 9.0 and above):
No errors have been found.

The content of config/config.php:

{
    "system": {
        "tempdirectory": "\/tmp",
        "apps_paths": [
            {
                "path": "\/var\/www\/owncloud\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/owncloud\/custom",
                "url": "\/custom",
                "writable": true
            }
        ],
        "trusted_domains": [
            "localhost"
        ],
        "datadirectory": "\/mnt\/data\/files",
        "dbtype": "mysql",
        "dbhost": "Database",
        "dbname": "owncloud",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "log_type": "owncloud",
        "supportedDatabases": [
            "sqlite",
            "mysql",
            "pgsql"
        ],
        "upgrade.disable-web": true,
        "default_language": "en",
        "overwrite.cli.url": "http:\/\/cloud..........de\/",
        "htaccess.RewriteBase": "\/",
        "logfile": "\/mnt\/data\/files\/owncloud.log",
        "loglevel": 0,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "filelocking.enabled": true,
        "instanceid": ".........",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "version": "10.8.0.4",
        "logtimezone": "UTC",
        "installed": true,
        "maintenance": false,
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "php",
        "mysql.utf8mb4": true
    }
}

List of activated apps:

Enabled:
  - activity:
    - Version: 2.6.1
    - Path: /var/www/owncloud/apps/activity
  - dav:
    - Version: 0.6.0
    - Path: /var/www/owncloud/apps/dav
  - federatedfilesharing:
    - Version: 0.5.0
    - Path: /var/www/owncloud/apps/federatedfilesharing
  - federation:
    - Version: 0.1.0
    - Path: /var/www/owncloud/apps/federation
  - files:
    - Version: 1.5.2
    - Path: /var/www/owncloud/apps/files
  - files_external:
    - Version: 0.8.0
    - Path: /var/www/owncloud/apps/files_external
  - files_mediaviewer:
    - Version: 1.0.5
    - Path: /var/www/owncloud/custom/files_mediaviewer
  - files_pdfviewer:
    - Version: 0.12.0
    - Path: /var/www/owncloud/apps/files_pdfviewer
  - files_sharing:
    - Version: 0.14.0
    - Path: /var/www/owncloud/apps/files_sharing
  - files_texteditor:
    - Version: 2.4.1
    - Path: /var/www/owncloud/custom/files_texteditor
  - files_trashbin:
    - Version: 0.9.1
    - Path: /var/www/owncloud/apps/files_trashbin
  - firstrunwizard:
    - Version: 1.2.0
    - Path: /var/www/owncloud/apps/firstrunwizard
  - market:
    - Version: 0.6.0
    - Path: /var/www/owncloud/apps/market
  - notifications:
    - Version: 0.5.4
    - Path: /var/www/owncloud/apps/notifications
  - provisioning_api:
    - Version: 0.5.0
    - Path: /var/www/owncloud/apps/provisioning_api
  - templateeditor:
    - Version: 0.4.0
    - Path: /var/www/owncloud/apps/templateeditor
  - updatenotification:
    - Version: 0.2.1
    - Path: /var/www/owncloud/apps/updatenotification

Are you using external storage, if yes which one: local/smb/sftp/…
no

Are you using encryption: yes/no
no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/…
no

Client configuration

Browser:
Chrome, Firefox
Operating system:
Windows 10, Windows 11

Logs

Web server error log

Where to find?

ownCloud log (data/owncloud.log)

Nothing.. Not even an PUT.

Browser log

XHRowncloud.log
/remote.php/dav/files/cloudadmin/Documents
XHRgetstoragestats.php?dir=%2FDocuments
/index.php/apps/files/ajax
XHRnotifications?format=json
/ocs/v2.php/apps/notifications/api/v1
5 Anfragen
3.5 kB übertragen
1.8 kB Ressourcen
URL beantragen: https://cloud..........de/remote.php/dav/files/cloudadmin/Documents/owncloud.log
Anfragemethode: PUT
Statuscode: 413 
Remote-Adresse: .......:443
Richtlinien für Verweis-URL: no-referrer
content-length: 585
content-type: text/html
date: Tue, 07 Dec 2021 22:16:11 GMT
server: nginx/1.19.3
strict-transport-security: max-age=31536000
:authority: cloud.......de
:method: PUT
:path: /remote.php/dav/files/cloudadmin/Documents/owncloud.log
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: de
cache-control: no-cache
content-disposition: attachment; filename="owncloud.log"
content-length: 5568437
content-type: application/octet-stream
cookie: oc_sessionPassphrase=.............................
dnt: 1
if-none-match: *
ocs-apirequest: true
origin: https://cloud.einsatzstellenverwaltung.de
pragma: no-cache
requesttoken: .......
sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Windows"
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36
x-oc-mtime: 1638911920.803
x-requested-with: XMLHttpRequest

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.