Closed shaaati closed 2 months ago
This is likely a configuration problem. Probably related to opcache.save_comments
or some other similar local adjustment you've made to your PHP configuration which isn't compatible with Nextcloud. I suggest reviewing the Admin Manual (e.g. https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#comments) and following up at the help forum for assistance - https://help.nextcloud.com
I checked my php.ini and nginx.conf multiple times and couldn't find any obvious mistake, but as advised I opened a thread on help.nextcloud.com: https://help.nextcloud.com/t/logcontroller-fails-to-poll-after-some-update/200167
Will use the forum for further troubleshooting unless I find something that indicates an actual bug.
Turns out I had a mistake in my nginx config (/index.php?request_uri
instead of /index.php$request_uri
).
Closing this as "not a bug, but a user error".
⚠️ This issue respects the following points: ⚠️
Bug description
When browing the log via /admin/logging, log entries seem to load correctly. However, after a few seconds a popup message is shown stating "Neue Einträge konnten nicht abgerufen werden." (could not fetch new entries). The log file shows multiple messages that look like this:
These entries keep popping up as long as I keep the logging webview open.
By analyzing the log file with
grep
I found that the issue first started on 2023-08-28 (almost a year ago), when I conducted some major updates. Analyzing the "version" tag in the log entries, it seems that I upgraded from 25.0.2.3 to 27.0.2.1 on that day using multiple incremental steps).They still appear today, after I upgraded to 29.0.4 (so it's not related to some old and unsupported version).
Steps to reproduce
Expected behavior
Load new log entries without any error.
Installation method
None
Nextcloud Server version
29
Operating system
None
PHP engine version
PHP 8.1
Web server
Nginx
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 28 to 29)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response