Solved - Empty Logs when check Admin Overview

me not shure if we are on the same page,
logs not shown in webinterface was solved for me with that.
a closer look here see post here in forum
helped

i put

 application/javascript mjs;

because it was simple not there
(and my nginx config /etc/nginx/nginx.conf says/requested
include /etc/nginx/mime.types; )

therfore adding it in

/etc/nginx/mime.types

after that i restarted

systemctl restart php8.2-fpm.service nginx.service

all because

/etc/nginx/nextcloud.conf

this was not working

# only for Nextcloud like below:

    include mime.types;
    types {
        text/javascript js mjs;
    }

after the restart the logs appeared within the blink of an eye :wink:
and a list of other sort of errors were gone.