Cannot View Photos in Android App

Nextcloud version: 18.0.4
App version: 3.11.1
Operating system and version: Debian 10 - Using Docker linuxserver/nextcloud image.
Apache or nginx version: Don’t know - container
PHP version: Don’t know - container

The issue you are facing:
When selecting Photos from the side panel, I get “No photos, upload some photos or activate auto upload”

I have auto upload enabled and have about 40GB worth of photos that show up on the web.

Is this the first time you’ve seen this error? (Y/N): No, just haven’t found the time.

Steps to replicate it:

  1. Open app
  2. Go to photos
  3. profit

The output of your Nextcloud log in Admin > Logging:

I was passed the limit: https://anonpaste.org/view/hrenpgbqmq6k
Pass: QQa6God3XVEl2SWX

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

<?php
$CONFIG = array (
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'datadirectory' => '/data',
  'instanceid' => 'ocf4nx9a6jff',
  'passwordsalt' => 'icsRq2KsLqshRCAW5jKGEk9zPpoIRY',
  'secret' => 'ARrbSeE2OE1Me6AOoXfCUdhRZ874obLtkPoo/CrQwh8qY8fI',
  'trusted_domains' => 
  array (
    0 => 'cloud.mydomain.tld',
  ),
  'dbtype' => 'pgsql',
  'version' => '18.0.4.2',
  'overwrite.cli.url' => 'https://cloud.mydomain.tld',
  'dbname' => 'nextcloud',
  'dbhost' => '10.1.0.222:5432',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'mydbuser',
  'dbpassword' => 'mydbpass',
  'filelocking.enabled' => false,
  'installed' => true,
  'maintenance' => false,
  'twofactor_enforced' => 'true',
  'twofactor_enforced_groups' => 
  array (
  ),
  'twofactor_enforced_excluded_groups' => 
  array (
  ),
  'mail_from_address' => 'nextcloud',
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_domain' => 'mydomain.tld',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'mail.mydomain.tld',
  'mail_smtpport' => '587',
  'mail_smtpname' => 'nextcloud@mydomain.tld',
  'mail_smtppassword' => 'mypass',
  'theme' => '',
  'loglevel' => 2,
  'app_install_overwrite' => 
  array (
    0 => 'files_texteditor',
    1 => 'dropit',
    2 => 'uploaddetails',
    3 => 'sharerenamer',
  ),
  'mail_smtpsecure' => 'tls',
);

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

nothing

I think, sometimes it is worse to use the search function of the forum first before posting similar requests multiple time :wink:

My bad, I searched under support I think. I’ll continue over there.

1 Like