Nextcloud sharing not showing all files

Nextcloud version (eg, 12.0.2): 17.0.0.9
Operating system and version (eg, Ubuntu 17.04): 18.04
official Docker Image

The issue you are facing: nextcloud sharing not showing all files

Is this the first time you’ve seen this error? (Y/N): N

Steps to replicate it:

  1. Create a share via link with more than 20 files
  2. access the share with another browser where you aren’t logged in
  3. not all files are shown

The output of your Nextcloud log in Admin > Logging:

not loading

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' =>
  array (
    0 =>
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 =>
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => '...',
  'passwordsalt' => '...',
  'secret' => '...',
  'trusted_domains' =>
  array (
    0 => '...',
    1 => '...',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'mysql',
  'version' => '17.0.0.9',
  'overwrite.cli.url' => '...',
  'overwriteprotocol' => 'https',
  'dbname' => 'nextcloud',
  'dbhost' => 'nextcloud-db',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => '...',
  'installed' => true,
  'mail_from_address' => 'nextcloud',
  'mail_smtpmode' => 'smtp',
  'mail_domain' => '...',
  'mail_smtphost' => '...',
  'mail_smtpport' => '25',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtpname' => '...',
  'mail_smtppassword' => '...',
  'trashbin_retention_obligation' => 30,
  'maintenance' => false,
  'theme' => 'nextcloud-breeze-dark',
  'updater.secret' => '...',
  'loglevel' => 2,
  'app_install_overwrite' =>
  array (
    0 => 'files_downloadactivity',
    1 => 'files_clipboard',
  ),
);

The output of your Apache/nginx/system log in /var/log/____:

no logging

This issue exists on all browsers.
But if I switch from list-view to grid-view and then back, I’m able to see alle files.

I hope you can help me.

Kind regards

Sascha

1 Like