nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Gallery refuses to load the folder with a lot of subfolders and pictures inside #423

Open vanyasem opened 6 years ago

vanyasem commented 6 years ago

Bug report

Gallery refuses to load the folder with a lot of subfolders and pictures inside (80Gb of data). I tried to wait for a few hours, but it still couldn't load.

Steps to reproduce

  1. Upload a lot of photos to NextCloud
  2. Try to access the folder with your photos from the Gallery app

Expected behaviour

The folder with the photos opens successfully

Actual behaviour

The Gallery app shows a loading spinner indefinitely

Server configuration

Operating system: Ubuntu Server 16.04 VM running on Proxmox (KVM)

Web server: nginx/1.10.3

Database: mysql Ver 15.1

PHP version: 7.0.28

cloud server: Nextcloud

cloud version: 13.0.1

Updated from an older installation or fresh install: Updated from 12.0.2

List of activated apps:

App list ``` Enabled: - activity: 2.6.1 - admin_audit: 1.3.0 - admin_notifications: 1.0.1 - bruteforcesettings: 1.0.3 - calendar: 1.6.1 - caniupdate: 0.1.2 - comments: 1.3.0 - contacts: 2.1.3 - dav: 1.4.6 - federatedfilesharing: 1.3.1 - federation: 1.3.0 - files: 1.8.0 - files_pdfviewer: 1.2.1 - files_sharing: 1.5.0 - files_texteditor: 2.5.1 - files_trashbin: 1.3.0 - files_versions: 1.6.0 - files_videoplayer: 1.2.0 - firstrunwizard: 2.2.1 - gallery: 18.0.0 - impersonate: 1.0.3 - logreader: 2.0.0 - lookup_server_connector: 1.1.0 - metadata: 0.6.0 - news: 12.0.1 - nextcloud_announcements: 1.2.0 - notes: 2.3.2 - notifications: 2.1.2 - oauth2: 1.1.0 - ocsms: 1.12.2 - password_policy: 1.3.0 - provisioning_api: 1.3.0 - quota_warning: 1.2.0 - richdocuments: 2.0.4 - serverinfo: 1.3.0 - systemtags: 1.3.0 - tasks: 0.9.6 - theming: 1.4.1 - twofactor_backupcodes: 1.2.3 - updatenotification: 1.3.0 - workflowengine: 1.3.0 Disabled: - encryption - files_external - sharebymail - survey_client - user_external - user_ldap ```

Nextcloud configuration:

Config report ``` { "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "nextcloud.mynameisivan.ru" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "overwrite.cli.url": "https:\/\/nextcloud.mynameisivan.ru", "dbtype": "mysql", "version": "13.0.1.1", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "mail_smtpmode": "smtp", "mail_smtpauthtype": "LOGIN", "mail_smtpauth": 1, "mail_smtpsecure": "ssl", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "465", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "htaccess.RewriteBase": "\/", "maintenance": false, "theme": "", "loglevel": 0, "memcache.local": "\\OC\\Memcache\\APCu", "mysql.utf8mb4": false, "data-fingerprint": "ab8f1ae286fcc679cdc3b55cb6d25b4e" } } ```

Are you using external storage: No

Are you using encryption: No

Are you using custom gallery.cnf config files: No

Web server error log: No errors

Cloud log: Nothing related

Client configuration

Browser: Firefox 59.0.2 (64-bit)

Operating system: Arch GNU/Linux

Browser log: Nothing related