-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
After the Upgrade from Nextcloud 12.0.4 to Nextcloud 13 via the admin panel, the app store was not showing anymore correctly in the admin “Apps” section – i just saw installed apps and the categories “enabled” and “disabled” but none of the further categories of the app store. I noticed that it tried to load something in the UI section, but nothing ever appeared.
A look into my log showed me this:
file_put_contents(/var/www/data/appdata_ocuvpurfksvx/appstore/apps.json): failed to open stream: No such file or directory at /var/www/owncloud/lib/private/Files/Storage/Local.php#218
I checked permission on the appdata_ocuvpurfksvx directory which seemed fine, but I noticed that the subdir “appstore” was missing. So I created the dir, and since then the appstore is working again.