After Upgrade to 32.0.6 no Images in Photos App

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 32.0.6 / AIO v12.7.0
  • Operating system and version (e.g., Ubuntu 24.04):
    • Ubuntu 24.04
  • Is this the first time you’ve seen this error? (Yes / No):
    • Yes
  • When did this problem seem to first start?
    • After upgrading to 32.0.6
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • AIO
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • Yes, Tunnel

Summary of the issue you are facing:

After today’s AIO upgrade to version 32.0.6, the Photos app does not show any images. In Files/Photos are the images available. I tried:

  1. Restarted Containers

  2. Restarted Host

  3. Disabled / Enabled App

  4. docker exec --user www-data nextcloud-aio-nextcloud php occ maintenance:repair --include-expensive

Log entries

Error
richdocuments
ServerException
Server error: `GET https://nextcloud.mohnweg.ch/hosting/discovery` resulted in a `502 Bad Gateway` response: error code: 502

Feb 18, 2026, 8:59:11 PM

Error
richdocuments
ServerException
Server error: `GET https://nextcloud.mohnweg.ch/hosting/capabilities` resulted in a `502 Bad Gateway` response: error code: 502

Feb 18, 2026, 8:59:10 PM

Debug
admin_audit
RuntimeException
The loading of lazy AppConfig values have been triggered by app "admin_audit"

Feb 18, 2026, 8:58:54 PM

Warning
no app in context
Skipping updater backup clean-up - could not find updater backup folder /nc-updater/updater-ocfsb16gddkg/backups

Feb 18, 2026, 8:31:06 PM

Warning
no app in context
Skipping updater backup clean-up - could not find updater backup folder /nc-updater/updater-ocfsb16gddkg/backups

Feb 18, 2026, 8:26:06 PM

Warning
no app in context
Skipping updater backup clean-up - could not find updater backup folder /nc-updater/updater-ocfsb16gddkg/backups

Feb 18, 2026, 8:16:06 PM

Warning
cron
QueryNotFoundException
Could not resolve OCA\Photos\Jobs\AutomaticPlaceMapperJob! Class "OCA\Photos\Jobs\AutomaticPlaceMapperJob" does not exist

Feb 18, 2026, 8:01:06 PM

Warning
no app in context
Skipping updater backup clean-up - could not find updater backup folder /nc-updater/updater-ocfsb16gddkg/backups

Feb 18, 2026, 7:56:06 PM

Debug
admin_audit
RuntimeException
The loading of lazy AppConfig values have been triggered by app "admin_audit"

Feb 18, 2026, 6:15:48 PM

Debug
admin_audit
RuntimeException
The loading of lazy AppConfig values have been triggered by app "admin_audit"

Feb 18, 2026, 6:10:56 PM

Warning
no app in context
Skipping updater backup clean-up - could not find updater backup folder /nc-updater/updater-ocfsb16gddkg/backups

Feb 18, 2026, 5:49:43 PM


Screenshot

The OCC config for Photos

docker exec --user www-data nextcloud-aio-nextcloud php occ config:list photos
{
    "apps": {
        "photos": {
            "types": "dav,authentication",
            "installed_version": "5.0.0",
            "enabled": "yes",
            "lastPlaceMappedUser": "admin",
            "lastPlaceMappingDone": "true"
        }
    }
}

Any advice is highly appreciated.

Martin

Hi, see [Bug]: Nextcloud 32.0.6 Photos issue · Issue #3415 · nextcloud/photos · GitHub

Thanks for your quick reply, after changing from English to English(world), the images are back.

Martin

Had the same problem after upgrading to Nextcloud Hub 26 Winter (33.0.0) photos not loading on web and app. After some troubleshoot notice redis was not installed on my server, after installing redis photos loaded normally.

Did you updated the AIO container?

Im running standalone installation

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.