Post upgrade, files no longer visible in browser for Nextcloud

I fired off the latest updates to Nethserver on 2 installs with Nextcloud, (52+ pkgs, NC 19.0.1).
I discovered later, too late to revert, that one of the installs no longer shows the files in a browser. It shows the calendar, photos, contacts, all those are fine but the window with the files is empty. The files are there, the clients (webdav?) sync and display as expected.

Anyone else seen this? Any ideas where to start troubleshooting?

  • Check if the problem happens with other web browsers (any error on browser console?)
  • Make sure the apps are up to date
  • Temporarily disable 3rd. party apps
  • Rescan appdata directory:
sudo -u apache scl enable rh-php73 -- php -dmemory_limit=512M /usr/share/nextcloud/occ files:scan-app-data
rm -r /var/lib/nethserver/nextcloud/appdata_*/css/*
rm -r /var/lib/nethserver/nextcloud/appdata_*/js/*
sudo -u apache scl enable rh-php73 -- php -dmemory_limit=512M /usr/share/nextcloud/occ files:scan-app-data
3 Likes

Nailed it, Thank you.