-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Could not load log entries" #1058
Comments
Is there any message in the response body of the failing request? Or could you have a look at the logfile manually? |
OOOOOOF
|
Just updated from the latest 27 version to 28.0. I have a similar/same issue. On my admin overview it says: 33 errors in the logs since December 5, 2023. Checking the logging tab I have the same result : "Could not load log enteries" Checking my log manually I see this in my logs: nextcloud/photos#2187 I am not sure if it's connected, and not sure what other info I can give to help push this along, but I thought more input is better than less :) |
@BrianBlaze Could you check that if you use an adblocker that it does not block that request? Otherwise disable it and report that false positive to your adblocker. |
100% an adblock thing! Thank you for such a quick response :) |
Just deployed version 28.0 and got this error.... but wait for few seconds the logs will be shown without disabling uBlock. With uBlock for site disabled it appeared without any delay. |
Yes as said above uBlock uses a block list from AdblockPlus that has a false positive on the logging API... So the initial loading of log entries will fail and only if polling is enabled it will work later. So I recommend you to disable your adblocker on your Nextcloud instance and report this to your adblocker issue tracker to get the entry out of the list. |
Same problem with uBlock Lite. |
Same problem with Ghostery. |
This is actually caused by this entry in easylist. It's been there for 7 years so I don't think it's going anywhere. Only thing one can probably do is to just add the sites to whitelist or not use easylist but that's probably out of question. :) |
I would like to ask maintainers to reopen this issue in light of above. While correcting due to user's particular adblocking issues is not a common theme among any open source developement, I would postulate we can avoid the whole issue by changing the URL that gets caught by the adblocker to something that doesn't. For example, while If I understand correctly, this change would actually need to happen first on the nextcloud/server project's side. This is especially important in larger instances in organizations that allow use of adblockers, but don't enforce rules on users beyond defaults. I was certain it was an error in Nextcloud itself or my particular deployment. |
It does not look like too many users are affected by this, otherwise there would be already a bug report for easylist for blocking a that generic item. Feel free to open an issue at easylist so they can fix it - or create a PR for adjusting the API endpoint here :) |
Steps to reproduce
Expected behaviour
I can read the logs
Actual behaviour
I get an error toast with "Could not load log entries"
The browser network logs shows that the request for logs errors with HTTP500.
Server configuration
Operating system:
Web server:
Database:
PHP version:
Nextcloud version: 28.0.0 RC1
Where did you install Nextcloud from:
List of activated apps:
Nextcloud configuration:
Client configuration
Browser:
Operating system:
Logs
Nextcloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: