"An unknown error has occurred" UPLOAD NEXTCLOUD FILES

Please help. i got this error when trying to upload files. I already try increase the upload max and other. But still get this error!!

[no app in context] Error: Sabre\DAV\Exception\BadRequest: Expected filesize of 113311744 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 92278736 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side. at <>

• /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php line 151
OCA\DAV\Connector\Sabre\File->put()

• /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 1098
OCA\DAV\Connector\Sabre\Directory->createFile()

• /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php line 504
Sabre\DAV\Server->createFile()

• /var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php line 89
Sabre\DAV\CorePlugin->httpPut()

• /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 472
Sabre\DAV\Server->emit()

• /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 253
Sabre\DAV\Server->invokeMethod()

• /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 321
Sabre\DAV\Server->start()

• /var/www/nextcloud/apps/dav/appinfo/v1/webdav.php line 85
Sabre\DAV\Server->exec()

• /var/www/nextcloud/remote.php line 172
require_once(“/var/www/nextcl … p”)

That is often the case when the webserver limits and php limits are not adjusted properly (e.g. using different limits). This article covers most of them:
https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html

If you increase logging of your webserver and php, you get perhaps a few more pointers what part hit the limit.

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