Upgrade to Nextcloud 13 fails, white screen

Hi, I just updated to the latest docker image from one that was about a month old. It started the upgrade to Nextcloud 13, which stuck in maintenance mode, so I ran:

docker exec --user www-data nextcloud php occ upgrade

This appeared to work, but now all I see is a blank white screen with:

No favorites yet

Files and folders you mark as favorite will show up here
No entries found in this folder

Name
	Size 	Modified Delete 

I tried:

docker exec --user www-data nextcloud php occ maintenance:repair

To no avail. How can I get this running again?

any update on this, I am getting the same thing

before update try to disable app files_access control , make upgrade and enable file access control

this was my case

1 Like

i figured this out, in my instance disabling theming worked; sudo -u www-data php occ app:disable theming