Nextcloud version (eg, 29.0.5): 29.0.2
Operating system and version (eg, Ubuntu 29.04): Ubuntu 22.04.LTS
Apache or nginx version (eg, Apache 2.4.25): nginx 1.27.0
PHP version (eg, 8.3): 8.1.29
The issue you are facing:
Repeating entries (info level) in the Nextcloud log with:
“RouteNotFoundException” Unable to generate a URL for the named route “heartbeat” as such route does not exist.
Is this the first time you’ve seen this error? (Y/N):
Steps to replicate it:
Just using Nextcloud
The output of your Nextcloud log in Admin > Logging:
[no app in context] Info: Unable to generate a URL for the named route "heartbeat" as such route does not exist.
GET /settings/ajax/checksetup
from a.b.c.d by my_username at 10 juni 2024 15:17:47
There are no errors in nginx log, PHP log, or any other log that I’ve been able to find.
Doing a sudo -u nextcloudweb php -f /var/www/nextcloud/occ setupchecks -v gives no errors.
On my test system i have disabled the log reader. The Nextcloud still works but then i can not see the protocol https:/cloud.server.tld/index.php/settings/admin/logging. Perhaps also a way to stop seeing errors.
Unfortunately, I don’t know any better than what the issue says.