Hey,
Some icons on the files app are missing on the sidebar

The dev console shows a bunch of 404s

https://gist.github.com/benclark06/cc939a3ecb5541db821ec4302fd49e15
Are there any fixes for this?
This seems to be exclusively on the snap as it works just fine on docker.
Yeah this is an upstream bug we're working on: https://github.com/nextcloud/server/issues/12290 .
Ok, thanks 馃憤
The fix is proposed upstream.
The fix has landed. While waiting for it to be contained in a release, please take 14/edge for a spin to make sure there aren't any other issues:
$ sudo snap install nextcloud --channel=14/edge
Or, if you already have it installed:
$ sudo snap refresh nextcloud --channel=14/edge
Took it for a spin. Everything seems to work fine.
There is a warning that the PHP memory limit is below the recommended 512 MB.
Will this be "fixed" or left unchanged since the snap is also for smaller devices?
It'll be fixed once the PR for v14 lands (which will be 14.0.5, looks like, once it's released). However, note that it will only be fixed for new installs: old installs will continue to use the old value, otherwise things might suddenly start crashing. Of course admins can always update that.
Solved in the stable channel.
Most helpful comment
The fix is proposed upstream.