Closed SuperSandro2000 closed 3 years ago
I'm going to have to look a bit closer into this, as this is definitely not intended. Firstly, I can say that a 404 error for a custom background, when one isn't used, is currently expected behavior, but only on the login screen. The reason for this is that I have no logic in the theme other than what sass can do so it's the only way I've found to support backgrounds.
For all the app icons, I don't know why they would show up in the browser logs. Currently I'm including all icons in the theme because I don't have any logic that is aware of what apps are installed on your Nextcloud instance. This shouldn't be a problem though, because with icons, Nextcloud takes my icon definitions and compiles into one big file with it's own icon definitions. So if a icon isn't available, it won't be included in the stylesheet served to the user.
Have you been able to reproduce this several times? If yes, can you try and run occ maintenance:repair and see if it still happens?
When I reported the bug I could reproduce it with ease but when I tried it again today I can't reproduce it. Maybe it was some weird caching issue?
With that in mind, I think it's likely that an issue happened during Nextclouds sass compilation, which led to it caching the not quite fully compiled stylesheets. That would then have led to you experiencing this issue until the cache was rebuild. Since you can't reproduce it anymore, it's hopefully just a one-off bug. If it happens again occ maintenance:repair will most likely fix it, based on the info you provided. Hopefully it isn't, but if it's a recurring thing, do let me know, and we can see if we can figure out what's causing it.
I'm going to assume this hasn't happened since so I'm going to close the issue for now. You're welcome to reopen it if it happens again.
Describe the bug After activating the breeze dark app I get the following 500 and 404 in my browser console.
To Reproduce Steps to reproduce the behavior:
Expected behavior Don't request resources if they don't exist to not flood logs with false positives
Setup (please complete the following information):
Additional context
I have not set a custom background in the theme app and I don't have the news, mail, audioplayer, deck or circles app installed.