Settings/apps - Fehler nach upgrade auf nc29

Moin,

sobald ich auf settings/apps klicke bekomme ich eine “Interne Serverfehlermeldung”.

Das Verzeichnis
/srv/nextcloud-data/appdata_ocgez300u5z1/appstore/ gibt es nicht.
Hab es mal angelegt (mit korrekten Rechten), aber es bleibt leer.

Die “occ setupchecks” zeigen keine auffĂ€lligen Fehler.
Es werden nur noch dashboard, dateien, fotos und aktivitÀt angezeigt.
“occ app:list” funktioniert. “occ app:update (alle o. einzelne)” funktioniert nicht.

sudo -u www-data php occ app:update --all

In File.php line 56:
[OCP\Files\GenericFileException]
app:update [–all] [–showonly] [–allow-unstable] [–] []

sudo -u www-data php occ app:update --showonly

In File.php line 56:
[OCP\Files\GenericFileException]
app:update [–all] [–showonly] [–allow-unstable] [–] []

Hier ein Auszug aus der nextcloud.log:

{“reqId”:“IakZxxxxXJP”,“level”:3,“time”:“2024-06-22T15:33:04+00:00”,“remoteAddr”:“xxx.xxx.xxx.xxx”,“user”:“xxx”,“app”:“PHP”,“method”:“GET”,“url”:“/index.php/settings/apps”,“message”:“file_get_contents(/srv/nextcloud-data/appdata_ocgez300u5z1/appstore/apps.json): Failed to open stream: No such file or directory at /var/www/html/lib/private/Files/Storage/Local.php#331”,“userAgent”:“Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0”,“version”:“29.0.2.2”,“data”:{“app”:“PHP”}}
{“reqId”:“IakZerp6cen9Bc1d1XJP”,“level”:3,“time”:“2024-06-22T15:33:04+00:00”,“remoteAddr”:“xxx.xxx.xxx.xxx”,“user”:“xxx”,“app”:“index”,“method”:“GET”,“url”:“/index.php/settings/apps”,“message”:“Exception thrown: OCP\Files\GenericFileException”,“userAgent”:“Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0”,“version”:“29.0.2.2”,“exception”:{“Exception”:“OCP\Files\GenericFileException”,“Message”:“”,“Code”:0,“Trace”:[{“file”:“/var/www/html/lib/private/Files/SimpleFS/SimpleFile.php”,“line”:74,“function”:“getContent”,“class”:“OC\Files\Node\File”,“type”:“->”},{“file”:“/var/www/html/lib/private/App/AppStore/Fetcher/Fetcher.php”,“line”:158,“function”:“getContent”,“class”:“OC\Files\SimpleFS\SimpleFile”,“type”:“->”},{“file”:“/var/www/html/lib/private/App/AppStore/Fetcher/AppFetcher.php”,“line”:179,“function”:“get”,“class”:“OC\App\AppStore\Fetcher\Fetcher”,“type”:“->”},{“file”:“/var/www/html/lib/private/Installer.php”,“line”:405,“function”:“get”,“class”:“OC\App\AppStore\Fetcher\AppFetcher”,“type”:“->”},{“file”:“/var/www/html/apps/settings/lib/Controller/AppSettingsController.php”,“line”:219,“function”:“isUpdateAvailable”,“class”:“OC\Installer”,“type”:“->”},{“file”:“/var/www/html/apps/settings/lib/Controller/AppSettingsController.php”,“line”:114,“function”:“getAppsWithUpdates”,“class”:“OCA\Settings\Controller\AppSettingsController”,“type”:“->”},{“file”:“/var/www/html/lib/private/AppFramework/Http/Dispatcher.php”,“line”:232,“function”:“viewApps”,“class”:“OCA\Settings\Controller\AppSettingsController”,“type”:“->”},{“file”:“/var/www/html/lib/private/AppFramework/Http/Dispatcher.php”,“line”:138,“function”:“executeController”,“class”:“OC\AppFramework\Http\Dispatcher”,“type”:“->”},{“file”:“/var/www/html/lib/private/AppFramework/App.php”,“line”:184,“function”:“dispatch”,“class”:“OC\AppFramework\Http\Dispatcher”,“type”:“->”},{“file”:“/var/www/html/lib/private/Route/Router.php”,“line”:338,“function”:“main”,“class”:“OC\AppFramework\App”,“type”:“::”},{“file”:“/var/www/html/lib/base.php”,“line”:1050,“function”:“match”,“class”:“OC\Route\Router”,“type”:“->”},{“file”:“/var/www/html/index.php”,“line”:49,“function”:“handleRequest”,“class”:“OC”,“type”:“::”}],“File”:“/var/www/html/lib/private/Files/Node/File.php”,“Line”:56,“message”:“”,“exception”:{},“CustomMessage”:“Exception thrown: OCP\Files\GenericFileException”}}

Any hints welcome. :slight_smile: