nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.39k stars 4.07k forks source link

Cannot see any files in S3 compatible external storage #26821

Closed solomon-b closed 3 years ago

solomon-b commented 3 years ago

How to use GitHub

Steps to reproduce

  1. Connect Digital Ocean Spaces using the External Storages feature.
  2. Upload a file to the Spaces folder or drag a file from another folder in nextcloud into it.
  3. Witness the file disappear and Nextcloud report the Spaces folder as empty.
  4. Check the Digital Ocean Spaces web interface and see the file was copied correctly.

Expected behaviour

I would expect to be able to see the files uploaded to an S3 compatible object store via the nextcloud UI.

Actual behaviour

The files are present on Digital Ocean Spaces but Nextcloud reports the object store as empty.

Server configuration

Operating system: nixos 20.09

Web server: nginx

Database: postgresql 11.10

PHP version: 7.4.15

Nextcloud version: (see Nextcloud admin page) 20.0.7

Updated from an older Nextcloud/ownCloud or fresh install: Fresh Install

Where did you install Nextcloud from: nix package manager.

Signing status: I don't know what this is.

Signing status ``` Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here No errors have been found. ```

List of activated apps:

App list ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder Enabled: - accessibility: 1.6.0 - activity: 2.13.4 - cloud_federation_api: 1.3.0 - comments: 1.10.0 - contactsinteraction: 1.1.0 - dashboard: 7.0.0 - dav: 1.16.2 - federatedfilesharing: 1.10.2 - federation: 1.10.1 - files: 1.15.0 - files_external: 1.11.1 - files_pdfviewer: 2.0.1 - files_rightclick: 0.17.0 - files_sharing: 1.12.2 - files_trashbin: 1.10.1 - files_versions: 1.13.0 - files_videoplayer: 1.9.0 - firstrunwizard: 2.9.0 - logreader: 2.5.0 - lookup_server_connector: 1.8.0 - nextcloud_announcements: 1.9.0 - notifications: 2.8.0 - oauth2: 1.8.0 - password_policy: 1.10.1 - photos: 1.2.3 - privacy: 1.4.0 - provisioning_api: 1.10.0 - recommendations: 0.8.0 - richdocuments: 3.7.19 - serverinfo: 1.10.0 - settings: 1.2.0 - sharebymail: 1.10.0 - support: 1.3.0 - survey_client: 1.8.0 - systemtags: 1.10.0 - text: 3.1.0 - theming: 1.11.0 - twofactor_backupcodes: 1.9.0 - updatenotification: 1.10.0 - user_status: 1.0.1 - viewer: 1.4.0 - weather_status: 1.0.0 - workflowengine: 2.2.0 Disabled: - admin_audit - encryption - libresign - user_ldap ```

Nextcloud configuration:

Config report ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folder { "system": { "apps_paths": [ { "path": "\/var\/lib\/nextcloud\/apps", "url": "\/apps", "writable": false }, { "path": "\/var\/lib\/nextcloud\/store-apps", "url": "\/store-apps", "writable": true } ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "skeletondirectory": "", "memcache.local": "\\OC\\Memcache\\APCu", "log_type": "syslog", "log_level": "2", "overwriteprotocol": "https", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "dbtype": "pgsql", "trusted_proxies": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "version": "20.0.7.1", "overwrite.cli.url": "https:\/\/localhost", "dbport": "", "dbtableprefix": "oc_", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "maintenance": false, "trusted_domains": [ "yellowstone.cofree.coffee" ] } } or Insert your config.php content here. Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ```

Are you using external storage, if yes which one: local/smb/sftp/... S3 compatible object store: Digital Ocean Spaces

Are you using encryption: yes/no no

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

LDAP configuration (delete this part if not used)

LDAP config ``` With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config from within your Nextcloud installation folder Without access to your command line download the data/owncloud.db to your local computer or access your SQL server remotely and run the select query: SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. ```

Client configuration

Browser: Firefox

Operating system: Nixos

Logs

Web server error log

Web server error log ``` 76.168.7.139 - - [28/Apr/2021:22:18:09 -0700] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0" 76.168.7.139 - - [28/Apr/2021:22:18:39 -0700] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0" 76.168.7.139 - - [28/Apr/2021:22:19:09 -0700] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0" 76.168.7.139 - - [28/Apr/2021:22:19:39 -0700] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0" 76.168.7.139 - - [28/Apr/2021:22:20:09 -0700] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0" 76.168.7.139 - - [28/Apr/2021:22:20:39 -0700] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0" 76.168.7.139 - - [28/Apr/2021:22:21:09 -0700] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0" 76.168.7.139 - - [28/Apr/2021:22:21:39 -0700] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0" 76.168.7.139 - - [28/Apr/2021:22:21:40 -0700] "PUT /apps/user_status/heartbeat HTTP/2.0" 204 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0" 76.168.7.139 - - [28/Apr/2021:22:21:40 -0700] "GET /ocs/v2.php/apps/user_status/api/v1/user_status HTTP/2.0" 200 152 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0" ```

Nextcloud log (data/nextcloud.log)

Nextcloud log ``` I don't see a log file in /var/lib/nextcloud/data ```

Browser log

Browser log When I click on the external storage folder I get a 404 response in the console on this request: ``` GET | https://yellowstone.cofree.coffee/ocs/v2.php/apps/text/workspace?path=/Absolution-Gap ```
kesselb commented 3 years ago

I don't see a log file in /var/lib/nextcloud/data

You configured nextcloud send logs to syslog "log_type": "syslog",.

solomon-b commented 3 years ago

I don't see a log file in /var/lib/nextcloud/data

You configured nextcloud send logs to syslog "log_type": "syslog",.

Ahh my mistake. I grep'd journalctl for nextcloud and it all looked pretty ordinary except for a two exceptions:

Apr 28 21:35:58 yellowstone Nextcloud[14597]: {"reqId":"PrSDECFxSdFVSdJ5to5B","level":3,"time":"2021-04-29T04:35:58+00:00","remoteAddr":"76.168.7.139","user":"Solomon","app":"no app in context","method":"MOVE","url":"/remote.php/dav/files/Solomon/Comp%20Sci%20Articles","message":"{\"Exception\":\"OCP\\\\Files\\\\NotFoundException\",\"Message\":\"/Absolution-Gap/Comp Sci Articles not found while trying to get owner\",\"Code\":0,\"Trace\":[{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/lib/private/Files/Filesystem.php\",\"line\":911,\"function\":\"getOwner\",\"class\":\"OC\\\\Files\\\\View\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/files_versions/lib/Storage.php\",\"line\":101,\"function\":\"getOwner\",\"class\":\"OC\\\\Files\\\\Filesystem\",\"type\":\"::\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/files_versions/lib/Storage.php\",\"line\":281,\"function\":\"getUidAndFilename\",\"class\":\"OCA\\\\Files_Versions\\\\Storage\",\"type\":\"::\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/files_versions/lib/Hooks.php\",\"line\":102,\"function\":\"renameOrCopy\",\"class\":\"OCA\\\\Files_Versions\\\\Storage\",\"type\":\"::\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/lib/private/legacy/OC_Hook.php\",\"line\":110,\"function\":\"rename_hook\",\"class\":\"OCA\\\\Files_Versions\\\\Hooks\",\"type\":\"::\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/lib/private/Files/View.php\",\"line\":857,\"function\":\"emit\",\"class\":\"OC_Hook\",\"type\":\"::\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/dav/lib/Connector/Sabre/Directory.php\",\"line\":443,\"function\":\"rename\",\"class\":\"OC\\\\Files\\\\View\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/dav/lib/DAV/Tree.php\",\"line\":164,\"function\":\"moveInto\",\"class\":\"OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/dav/lib/DAV/CorePlugin.php\",\"line\":641,\"function\":\"move\",\"class\":\"Sabre\\\\DAV\\\\Tree\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/event/lib/WildcardEmitterTrait.php\",\"line\":89,\"function\":\"httpMove\",\"class\":\"Sabre\\\\DAV\\\\CorePlugin\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":474,\"function\":\"emit\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":251,\"function\":\"invokeMethod\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":319,\"function\":\"start\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/dav/lib/Server.php\",\"line\":332,\"function\":\"exec\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/dav/appinfo/v2/remote.php\",\"line\":35,\"function\":\"exec\",\"class\":\"OCA\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/remote.php\",\"line\":167,\"args\":[\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/dav/appinfo/v2/remote.php\"],\"function\":\"require_once\"}],\"File\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/lib/private/Files/View.php\",\"Line\":1693,\"CustomMessage\":\"--\"}","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0","version":"20.0.7.1"}
Apr 28 21:35:58 yellowstone Nextcloud[14597]: {"reqId":"PrSDECFxSdFVSdJ5to5B","level":3,"time":"2021-04-29T04:35:58+00:00","remoteAddr":"76.168.7.139","user":"Solomon","app":"no app in context","method":"MOVE","url":"/remote.php/dav/files/Solomon/Comp%20Sci%20Articles","message":"{\"Exception\":\"OCP\\\\Files\\\\NotFoundException\",\"Message\":\"/Solomon/files/Absolution-Gap/Comp Sci Articles\",\"Code\":0,\"Trace\":[{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/lib/private/Files/Node/Folder.php\",\"line\":140,\"function\":\"get\",\"class\":\"OC\\\\Files\\\\Node\\\\Root\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/files_sharing/lib/Updater.php\",\"line\":60,\"function\":\"get\",\"class\":\"OC\\\\Files\\\\Node\\\\Folder\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/files_sharing/lib/Updater.php\",\"line\":39,\"function\":\"moveShareToShare\",\"class\":\"OCA\\\\Files_Sharing\\\\Updater\",\"type\":\"::\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/lib/private/legacy/OC_Hook.php\",\"line\":110,\"function\":\"renameHook\",\"class\":\"OCA\\\\Files_Sharing\\\\Updater\",\"type\":\"::\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/lib/private/Files/View.php\",\"line\":857,\"function\":\"emit\",\"class\":\"OC_Hook\",\"type\":\"::\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/dav/lib/Connector/Sabre/Directory.php\",\"line\":443,\"function\":\"rename\",\"class\":\"OC\\\\Files\\\\View\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/dav/lib/DAV/Tree.php\",\"line\":164,\"function\":\"moveInto\",\"class\":\"OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/dav/lib/DAV/CorePlugin.php\",\"line\":641,\"function\":\"move\",\"class\":\"Sabre\\\\DAV\\\\Tree\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/event/lib/WildcardEmitterTrait.php\",\"line\":89,\"function\":\"httpMove\",\"class\":\"Sabre\\\\DAV\\\\CorePlugin\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":474,\"function\":\"emit\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":251,\"function\":\"invokeMethod\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/sabre/dav/lib/DAV/Server.php\",\"line\":319,\"function\":\"start\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/dav/lib/Server.php\",\"line\":332,\"function\":\"exec\",\"class\":\"Sabre\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/dav/appinfo/v2/remote.php\",\"line\":35,\"function\":\"exec\",\"class\":\"OCA\\\\DAV\\\\Server\",\"type\":\"->\"},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/remote.php\",\"line\":167,\"args\":[\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/apps/dav/appinfo/v2/remote.php\"],\"function\":\"require_once\"}],\"File\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/lib/private/Files/Node/Root.php\",\"Line\":205,\"CustomMessage\":\"--\"}","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0","version":"20.0.7.1"}
Apr 28 22:16:30 yellowstone Nextcloud[16102]: {"reqId":"31OWIb1akA4o0mdU42Pu","level":3,"time":"2021-04-29T05:16:30+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"{\"Exception\":\"Error\",\"Message\":\"file_put_contents(/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/core/js/mimetypelist.js): failed to open stream: Permission denied at /nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/core/Command/Maintenance/Mimetype/UpdateJS.php#58\",\"Code\":0,\"Trace\":[{\"function\":\"onError\",\"class\":\"OC\\\\Log\\\\ErrorHandler\",\"type\":\"::\",\"args\":[2,\"file_put_contents(/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/core/js/mimetypelist.js): failed to open stream: Permission denied\",\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/core/Command/Maintenance/Mimetype/UpdateJS.php\",58,{\"input\":{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Input\\\\ArgvInput\"},\"output\":{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput\"},\"aliases\":{\"_comment\":\"Array of mimetype aliases.\",\"_comment2\":\"Any changes you make here will be overwritten on an update of Nextcloud.\",\"_comment3\":\"Put any custom mappings in a new file mimetypealiases.json in the config/ folder of Nextcloud\",\"_comment4\":\"After any change to mimetypealiases.json run:\",\"_comment5\":\"./occ maintenance:mimetype:update-js\",\"0\":\"And 98 more entries, set log level to debug to see all entries\"},\"generatedMimetypeFile\":{\"__class__\":\"OC\\\\Core\\\\Command\\\\Maintenance\\\\Mimetype\\\\GenerateMimetypeFileBuilder\"}}]},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/core/Command/Maintenance/Mimetype/UpdateJS.php\",\"line\":58,\"function\":\"file_put_contents\",\"args\":[\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/core/js/mimetypelist.js\",\"/**\\n* This file is automatically generated\\n* DO NOT EDIT MANUALLY!\\n*\\n* You can update the list of MimeType Aliases in config/mimetypealiases.json\\n* The list of files is fetched from core/img/filetypes\\n* To regenerate this file run ./occ maintenance:mimetype:update-js\\n*/\\nOC.MimeTypeList={\\n\\taliases: {\\n    \\\"application/coreldraw\\\": \\\"image\\\",\\n    \\\"application/epub+zip\\\": \\\"text\\\",\\n    \\\"application/font-sfnt\\\": \\\"image\\\",\\n    \\\"application/font-woff\\\": \\\"image\\\",\\n    \\\"application/gpx+xml\\\": \\\"location\\\",\\n    \\\"application/illustrator\\\": \\\"image\\\",\\n    \\\"application/javascript\\\": \\\"text/code\\\",\\n    \\\"application/json\\\": \\\"text/code\\\",\\n    \\\"application/msaccess\\\": \\\"file\\\",\\n    \\\"application/msexcel\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/msonenote\\\": \\\"x-office/document\\\",\\n    \\\"application/mspowerpoint\\\": \\\"x-office/presentation\\\",\\n    \\\"application/msword\\\": \\\"x-office/document\\\",\\n    \\\"application/octet-stream\\\": \\\"file\\\",\\n    \\\"application/postscript\\\": \\\"image\\\",\\n    \\\"application/rss+xml\\\": \\\"application/xml\\\",\\n    \\\"application/vnd.android.package-archive\\\": \\\"package/x-generic\\\",\\n    \\\"application/vnd.lotus-wordpro\\\": \\\"x-office/document\\\",\\n    \\\"application/vnd.garmin.tcx+xml\\\": \\\"location\\\",\\n    \\\"application/vnd.google-earth.kml+xml\\\": \\\"location\\\",\\n    \\\"application/vnd.google-earth.kmz\\\": \\\"location\\\",\\n    \\\"application/vnd.ms-excel\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/vnd.ms-excel.addin.macroEnabled.12\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/vnd.ms-excel.sheet.binary.macroEnabled.12\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/vnd.ms-excel.sheet.macroEnabled.12\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/vnd.ms-excel.template.macroEnabled.12\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/vnd.ms-fontobject\\\": \\\"image\\\",\\n    \\\"application/vnd.ms-powerpoint\\\": \\\"x-office/presentation\\\",\\n    \\\"application/vnd.ms-powerpoint.addin.macroEnabled.12\\\": \\\"x-office/presentation\\\",\\n    \\\"application/vnd.ms-powerpoint.presentation.macroEnabled.12\\\": \\\"x-office/presentation\\\",\\n    \\\"application/vnd.ms-powerpoint.slideshow.macroEnabled.12\\\": \\\"x-office/presentation\\\",\\n    \\\"application/vnd.ms-powerpoint.template.macroEnabled.12\\\": \\\"x-office/presentation\\\",\\n    \\\"application/vnd.ms-visio.drawing.macroEnabled.12\\\": \\\"application/vnd.visio\\\",\\n    \\\"application/vnd.ms-visio.drawing\\\": \\\"application/vnd.visio\\\",\\n    \\\"application/vnd.ms-visio.stencil.macroEnabled.12\\\": \\\"application/vnd.visio\\\",\\n    \\\"application/vnd.ms-visio.stencil\\\": \\\"application/vnd.visio\\\",\\n    \\\"application/vnd.ms-visio.template.macroEnabled.12\\\": \\\"application/vnd.visio\\\",\\n    \\\"application/vnd.ms-visio.template\\\": \\\"application/vnd.visio\\\",\\n    \\\"application/vnd.ms-word.document.macroEnabled.12\\\": \\\"x-office/document\\\",\\n    \\\"application/vnd.ms-word.template.macroEnabled.12\\\": \\\"x-office/document\\\",\\n    \\\"application/vnd.oasis.opendocument.presentation\\\": \\\"x-office/presentation\\\",\\n    \\\"application/vnd.oasis.opendocument.presentation-template\\\": \\\"x-office/presentation\\\",\\n    \\\"application/vnd.oasis.opendocument.spreadsheet\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/vnd.oasis.opendocument.spreadsheet-template\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/vnd.oasis.opendocument.text\\\": \\\"x-office/document\\\",\\n    \\\"application/vnd.oasis.opendocument.text-master\\\": \\\"x-office/document\\\",\\n    \\\"application/vnd.oasis.opendocument.text-template\\\": \\\"x-office/document\\\",\\n    \\\"application/vnd.oasis.opendocument.text-web\\\": \\\"x-office/document\\\",\\n    \\\"application/vnd.openxmlformats-officedocument.presentationml.presentation\\\": \\\"x-office/presentation\\\",\\n    \\\"application/vnd.openxmlformats-officedocument.presentationml.slideshow\\\": \\\"x-office/presentation\\\",\\n    \\\"application/vnd.openxmlformats-officedocument.presentationml.template\\\": \\\"x-office/presentation\\\",\\n    \\\"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/vnd.openxmlformats-officedocument.spreadsheetml.template\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\\\": \\\"x-office/document\\\",\\n    \\\"application/vnd.openxmlformats-officedocument.wordprocessingml.template\\\": \\\"x-office/document\\\",\\n    \\\"application/vnd.visio\\\": \\\"x-office/document\\\",\\n    \\\"application/vnd.wordperfect\\\": \\\"x-office/document\\\",\\n    \\\"application/x-7z-compressed\\\": \\\"package/x-generic\\\",\\n    \\\"application/x-bzip2\\\": \\\"package/x-generic\\\",\\n    \\\"application/x-cbr\\\": \\\"text\\\",\\n    \\\"application/x-compressed\\\": \\\"package/x-generic\\\",\\n    \\\"application/x-dcraw\\\": \\\"image\\\",\\n    \\\"application/x-deb\\\": \\\"package/x-generic\\\",\\n    \\\"application/x-fictionbook+xml\\\": \\\"text\\\",\\n    \\\"application/x-font\\\": \\\"image\\\",\\n    \\\"application/x-gimp\\\": \\\"image\\\",\\n    \\\"application/x-gzip\\\": \\\"package/x-generic\\\",\\n    \\\"application/x-iwork-keynote-sffkey\\\": \\\"x-office/presentation\\\",\\n    \\\"application/x-iwork-numbers-sffnumbers\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"application/x-iwork-pages-sffpages\\\": \\\"x-office/document\\\",\\n    \\\"application/x-mobipocket-ebook\\\": \\\"text\\\",\\n    \\\"application/x-perl\\\": \\\"text/code\\\",\\n    \\\"application/x-photoshop\\\": \\\"image\\\",\\n    \\\"application/x-php\\\": \\\"text/code\\\",\\n    \\\"application/x-rar-compressed\\\": \\\"package/x-generic\\\",\\n    \\\"application/x-tar\\\": \\\"package/x-generic\\\",\\n    \\\"application/x-tex\\\": \\\"text\\\",\\n    \\\"application/xml\\\": \\\"text/html\\\",\\n    \\\"application/yaml\\\": \\\"text/code\\\",\\n    \\\"application/zip\\\": \\\"package/x-generic\\\",\\n    \\\"database\\\": \\\"file\\\",\\n    \\\"httpd/unix-directory\\\": \\\"dir\\\",\\n    \\\"text/css\\\": \\\"text/code\\\",\\n    \\\"text/csv\\\": \\\"x-office/spreadsheet\\\",\\n    \\\"text/html\\\": \\\"text/code\\\",\\n    \\\"text/x-c\\\": \\\"text/code\\\",\\n    \\\"text/x-c++src\\\": \\\"text/code\\\",\\n    \\\"text/x-h\\\": \\\"text/code\\\",\\n    \\\"text/x-java-source\\\": \\\"text/code\\\",\\n    \\\"text/x-ldif\\\": \\\"text/code\\\",\\n    \\\"text/x-python\\\": \\\"text/code\\\",\\n    \\\"text/x-shellscript\\\": \\\"text/code\\\",\\n    \\\"web\\\": \\\"text/code\\\",\\n    \\\"application/internet-shortcut\\\": \\\"link\\\",\\n    \\\"application/km\\\": \\\"mindmap\\\",\\n    \\\"application/x-freemind\\\": \\\"mindmap\\\",\\n    \\\"application/vnd.xmind.workbook\\\": \\\"mindmap\\\"\\n},\\n\\tfiles: [\\n    \\\"application\\\",\\n    \\\"application-pdf\\\",\\n    \\\"audio\\\",\\n    \\\"file\\\",\\n    \\\"folder\\\",\\n    \\\"folder-drag-accept\\\",\\n    \\\"folder-encrypted\\\",\\n    \\\"folder-external\\\",\\n    \\\"folder-public\\\",\\n    \\\"folder-shared\\\",\\n    \\\"folder-starred\\\",\\n    \\\"image\\\",\\n    \\\"link\\\",\\n    \\\"location\\\",\\n    \\\"package-x-generic\\\",\\n    \\\"text\\\",\\n    \\\"text-calendar\\\",\\n    \\\"text-code\\\",\\n    \\\"text-vcard\\\",\\n    \\\"video\\\",\\n    \\\"x-office-document\\\",\\n    \\\"x-office-presentation\\\",\\n    \\\"x-office-spreadsheet\\\"\\n],\\n\\tthemes: []\\n};\\n\"]},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/symfony/console/Command/Command.php\",\"line\":255,\"function\":\"execute\",\"class\":\"OC\\\\Core\\\\Command\\\\Maintenance\\\\Mimetype\\\\UpdateJS\",\"type\":\"->\",\"args\":[{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Input\\\\ArgvInput\"},{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput\"}]},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/symfony/console/Application.php\",\"line\":1000,\"function\":\"run\",\"class\":\"Symfony\\\\Component\\\\Console\\\\Command\\\\Command\",\"type\":\"->\",\"args\":[{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Input\\\\ArgvInput\"},{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput\"}]},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/symfony/console/Application.php\",\"line\":271,\"function\":\"doRunCommand\",\"class\":\"Symfony\\\\Component\\\\Console\\\\Application\",\"type\":\"->\",\"args\":[{\"__class__\":\"OC\\\\Core\\\\Command\\\\Maintenance\\\\Mimetype\\\\UpdateJS\"},{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Input\\\\ArgvInput\"},{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput\"}]},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/3rdparty/symfony/console/Application.php\",\"line\":147,\"function\":\"doRun\",\"class\":\"Symfony\\\\Component\\\\Console\\\\Application\",\"type\":\"->\",\"args\":[{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Input\\\\ArgvInput\"},{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput\"}]},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/lib/private/Console/Application.php\",\"line\":215,\"function\":\"run\",\"class\":\"Symfony\\\\Component\\\\Console\\\\Application\",\"type\":\"->\",\"args\":[{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Input\\\\ArgvInput\"},{\"__class__\":\"Symfony\\\\Component\\\\Console\\\\Output\\\\ConsoleOutput\"}]},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/console.php\",\"line\":100,\"function\":\"run\",\"class\":\"OC\\\\Console\\\\Application\",\"type\":\"->\",\"args\":[]},{\"file\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/occ\",\"line\":11,\"args\":[\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/console.php\"],\"function\":\"require_once\"}],\"File\":\"/nix/store/zggxprglgzqjr66cf7vqbz5gzzgsl5lw-nextcloud-20.0.7/lib/private/Log/ErrorHandler.php\",\"Line\":91,\"CustomMessage\":\"--\"}","userAgent":"--","version":"20.0.7.1"}
szaimen commented 3 years ago

Is this Issue still valid in NC21.0.3? If not, please close this issue. Thanks! :)

ghost commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions.