Logging empty not shown / Protokollierung wird nicht angezeigt

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 20.0.5): 28.0.5
Operating system and version (eg, Ubuntu 20.04): Ubuntu 22.04.3 LTS
Apache or nginx version (eg, Apache 2.4.25): nginx 1.23.2
PHP version (eg, 7.4): 8.1.2

The issue you are facing:

Logging / Protokollierung is totaly empty, nothing is shown on the web gui

Is this the first time you’ve seen this error? (Y/N): Yes

Steps to replicate it:

  1. log in to the Nextcloud instance as admin
  2. go to Verwaltungseinstellungen
  3. click on Protokollierung

The output of your Nextcloud log in Admin > Logging:

NOT POSSIBlE!

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

PASTE HERE

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

PASTE HERE


Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

There are nextcloud.log and nextcloud.log.1 at /var/log/nextcloud saved. unfortunately I'm not able to copy the errors from putty to the clipboard in full length.

There are two main causes:

  • If you upgraded to v28 without adding .mjs support to your web server (see the Admin Manual Release Notes chapter)
  • Browser ad block
1 Like

Where to find the Admin Manual Release Notes?

Added mjs at the nginx config already but the protocol is still empty.

I don’t know why, protocoll is now showing.

Found also the admin manual - thanks for that, it gave me the hint also to add flac file support in the nginx settings mime.types

1 Like

If you use an adblocker than this can be the problem that causes the page to be initially empty (because some adblockers have faulty rules that prevent the first request to fetch the log entries).

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.