Closed gcala closed 6 years ago
I think that I have the same problem:
I checked the Nextcloud log and everything goes fine and the proxy (Nginx) shows an error 400 in the following request:
Maybe the browser log can tell us something. When I show the files (in spanish sorry):
PHP-modules loaded
``` - Core - date - libxml - openssl - pcre - zlib - ctype - dom - fileinfo - filter - hash - json - mbstring - SPL - PDO - bz2 - posix - Reflection - session - SimpleXML - standard - tokenizer - xml - xmlreader - xmlwriter - mysqlnd - apache2handler - bcmath - Phar - curl - exif - gd - gettext - iconv - intl - mcrypt - mysqli - pdo_mysql - soap - tidy - xmlrpc - zip - apcu - Zend OPcache ```Signing status
``` [] ```Enabled apps
``` - activity: 2.5.2 - bruteforcesettings: 1.0.2 - calendar: 1.5.3 - comments: 1.2.0 - contacts: 1.5.3 - dav: 1.3.0 - deck: 0.2.1 - encryption: 1.6.0 - federatedfilesharing: 1.2.0 - federation: 1.2.0 - files: 1.7.2 - files_external: 1.3.0 - files_markdown: 1.0.1 - files_pdfviewer: 1.1.1 - files_sharing: 1.4.0 - files_texteditor: 2.4.1 - files_trashbin: 1.2.0 - files_versions: 1.5.0 - files_videoplayer: 1.1.0 - firstrunwizard: 2.1 - gallery: 17.0.0 - issuetemplate: 0.2.2 - logreader: 2.0.0 - lookup_server_connector: 1.0.0 - news: 11.0.5 - nextcloud_announcements: 1.1 - notifications: 2.0.0 - oauth2: 1.0.5 - passman: 2.1.4 - password_policy: 1.2.2 - provisioning_api: 1.2.0 - richdocuments: 1.12.34 - serverinfo: 1.2.0 - sharebymail: 1.2.0 - survey_client: 1.0.0 - systemtags: 1.2.0 - tasks: 0.9.5 - theming: 1.3.0 - twofactor_backupcodes: 1.1.1 - updatenotification: 1.2.0 - workflowengine: 1.2.0 ```Disabled apps
``` - admin_audit - audioplayer - bookmarks - notes - user_external - user_ldap ```Content of config/config.php
``` { "instanceid": "ocyavvfi0fb0", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "localhost", "cuteworks.it" ], "datadirectory": "\/usr\/share\/webapps\/nextcloud\/data", "overwrite.cli.url": "http:\/\/localhost\/nextcloud", "dbtype": "mysql", "version": "12.0.1.5", "dbname": "nextcloud", "dbhost": "localhost", "dbport": "", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "logtimezone": "UTC", "installed": true, "memcache.local": "\\OC\\Memcache\\APCu", "loglevel": 2, "maintenance": false, "mail_smtpmode": "smtp", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtpsecure": "tls", "mail_smtpauth": 1, "mail_smtpauthtype": "LOGIN", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "587", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "theme": "", "appstore.experimental.enabled": true } ```Web server error log
``` Insert your webserver log here ```Nextcloud log (data/nextcloud.log)
``` Insert your Nextcloud log here ```Browser log
``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```