You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when opening the developer console, we learn that:
Failed to load resource: the server responded with a status of 413 ()
https://drive.example.com/remote.php/dav/uploads/redsandro/web-file-upload-7a7e11b3322ec3b17b45f03cab2f2524-1534874359025/0
Uncaught TypeError: Cannot read property 'message' of undefined
at HTMLInputElement.fail (merged-index.js?v=b76b23a7-0:1318)
at e.(/apps/files/anonymous function).(anonymous function)._trigger (https://drive.example.com/core/vendor/core.js?v=b76b23a7-0:13:10075)
at e.(/apps/files/anonymous function).(anonymous function)._onFail (https://drive.example.com/js/files/merged-index.js?v=b76b23a7-0:2683:18)
at e.(/apps/files/anonymous function).(anonymous function)._onFail (https://drive.example.com/core/vendor/core.js?v=b76b23a7-0:13:5077)
at merged-index.js?v=b76b23a7-0:2717
at j (core.js?v=b76b23a7-0:2)
at Object.fireWith [as rejectWith] (core.js?v=b76b23a7-0:2)
at Object.<anonymous> (merged-index.js?v=b76b23a7-0:2614)
at j (core.js?v=b76b23a7-0:2)
at Object.fireWith [as rejectWith] (core.js?v=b76b23a7-0:2)
DevTools failed to parse SourceMap: https://drive.example.com/core/vendor/purify.min.js.map
Server configuration
Operating system: Linux 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64
GitMate.io thinks possibly related issues are #10005 (show error message when group exists), #459 (Encoding error in error messages), #6010 (Show LDAP lock out message), #7543 (Files not shown, error with IPWhitelist), and #3279 (user_external should log error message if authentication over imap does not work).
I know OP is not using encryption, but for others who may be seeing the 413 error, I found a solution that worked for me.
The usual fixes of increasing the values in nginx.conf and php.ini didn't help me. The issue was with the letsencrypt container. See the solution here:
I'm closing this issue due to inactivity. If this is still happening please make sure to upgrade to the latest version. After that, feel free to reopen.
Steps to reproduce
Expected behaviour
Show error message that file is too big.
Actual behaviour
Upload seems to freeze
But when opening the developer console, we learn that:
Server configuration
Operating system: Linux 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64
Webserver: nginx/1.15.2 (fpm-fcgi)
Database: mysql 10.3.9
PHP version: 7.2.8
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, session, posix, readline, Reflection, standard, SimpleXML, pdo_sqlite, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, apcu, exif, gd, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache
Nextcloud version: 13.0.5 - 13.0.5.2
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: docker-compose
List of activated apps
Configuration (config/config.php)
Are you using external storage, if yes which one: docker volume
Are you using encryption: no
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3521.2 Safari/537.36
Operating system: Linux Mint 19 AKA Ubuntu 18.04
The text was updated successfully, but these errors were encountered: