nextcloud / logreader

📜 Log reader for Nextcloud
56 stars 27 forks source link

logreader doesn't work shows nothing #1232

Closed feadraug closed 4 months ago

feadraug commented 4 months ago

Steps to reproduce

  1. truenas core
  2. nextcloud plugin in a jail, updated through nextcloud up to latest available there 27 - 28.04 - 28.0.5 (web check shows 29.0.0.19), sometime shows "Downgrading is not supported and is likely to cause unpredictable issues (from 28.0.5.1 to 28.0.4.1) "
  3. logging page in admin setup is empty totally

Expected behaviour

i would like to see some logs there

Actual behaviour

i could say, i have never seen there anything since i installed NC

Server configuration

-->usefull

Operating system: Freebsd 13.1 Web server:

Database: mysql PHP version: 8.2.18 Nextcloud version: (see Nextcloud admin page) 28.0.5 Where did you install Nextcloud from: community probably

List of activated apps: Enabled:

Client configuration

Operating system:

Logs

Nextcloud log (data/owncloud.log)

Browser log

btw i suspect rw rules etc through file/folder access but that was a default installation

help pls

jmechnich commented 4 months ago

Could you check using the “Network” tab in your browser’s “Developer Tools” that all components are loaded successfully? I had a similar issue where the page was initially empty, but was populated after a few seconds due to a refresh triggered by JS. The reason for me was that I am using a blocker browser add-on (uBlock Origin) that prevented one JS file from loading.

feadraug commented 4 months ago

as a solution in a jail usr/local/etc/nginx/mime.types add string application/javascript mjs; restart jail now logging works, error Please check manually if your webserver serves .mjs files using the JavaScript MIME type. gone huh