I just updated to NC11 and everything is working well, except for one small thing. The favicon and app icons are no longer working - looking at the page source they are trying to be retrieved from a location that does not exist.
According to the source they are being retrieved from:
/apps/theming/favicon/files?v=7
That location returns a 404 error - it might be worth mentioning that I’m using the “‘htaccess.RewriteBase’ => ‘/’,” option to rewrite my urls.
With Nextcloud 11 the theming app is generating custom favicons for each app, so as it is enabled by default, the path /apps/theming/favicon/files?v=7 is correct.
@dcrdev Have you been running ./occ maintenance:update:htaccess after adding htaccess.RewriteBase to your config?
Yes actually that turned out to be the issue - I’ve not normally had to regenerate the htaccess file after each upgrade. This time around I suspect it’s because something went wrong permissions wise and I downloaded a fresh copy of the files post upgrade.