I’m running nextcloud 14.0.0 within docker. Since some time I’m facing the problem that some icons (folder icon, shared folder icon and my avatar in the upper right corner) are not showing.
Same problem here with NC 16. Problem showed up with last upgrade, it was ok before, and I have it in two installs, same hosting, On a third install, same hosting, it’s OK.
I’ve tried disabling all the apps, but problem persists.
I disabled also the theming app, and nothing changed.
I found this:
which led me to discover that the problem is the same: https://mynext.cloud/index.php/css/icons/icons-vars.css cannot be loaded.
The file is of course present under my data dir, where it should be.
The problem should have been fixed with the fix proposed here
but doesn’t seem to work, the problem should be somewhere else…
It seems I solved my issue.
My NC is hosted on OVH shared hosting, and I had PHP instead of PHPCGI in the configuration.
Switching back to PHPCGI instantly solved the issue.
Hope this is useful for others too!