### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, no…t a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3Abug) OR [Nextcloud Community Forum](https://help.nextcloud.com/) _(I've searched it)_.
- [x] Nextcloud Server **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions.
- [x] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
### Bug description
Installed NC31, the logs are getting flooded with this on every page refresh:
```
{"reqId":"j8pdPAqNLGYF8f4854Dh","level":3,"time":"2025-03-21T08:24:01+01:00","remoteAddr":"::ffff:93.237.197.xx","user":"admin","app":"no app in context","method":"GET","url":"/apps/dashboard/","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 1.09 seconds to generate.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0","version":"31.0.2.1","data":[]}
```
### Steps to reproduce
1. Install NC31
2. Choose to install the recommended apps when asked after login
3. Look at the log
### Expected behavior
No message in the log.
### Nextcloud Server version
31
### Operating system
Debian/Ubuntu
### PHP engine version
PHP 8.3
### Web server
Nginx
### Database engine version
MariaDB
### Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
### Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
### What user-backends are you using?
- [x] Default user-backend _(database)_
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
### Configuration report
```json
{
"system": {
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbtype": "mysql",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"default_language": "de",
"default_locale": "de_DE",
"default_phone_region": "DE",
"forbidden_filenames": [
".htaccess",
".DS_STORE",
"._.DS_STORE"
],
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"knowledgebaseenabled": false,
"logfile": "\/var\/log\/nextcloud\/cloud.log",
"logfile_audit": "\/var\/log\/nextcloud\/audit.log",
"logtimezone": "Europe\/Berlin",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "sendmail",
"maintenance": false,
"maintenance_window_start": 1,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"mysql.collation": "utf8mb4_german2_ci",
"mysql.utf8mb4": true,
"objectstore": {
"class": "OC\\Files\\ObjectStore\\S3",
"arguments": {
"bucket": "nextcloudtest2025",
"autocreate": true,
"key": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"hostname": "s3-eu-central-2.ionoscloud.com",
"port": 443,
"use_ssl": true,
"region": "eu-central-2",
"use_path_style": false
}
},
"overwrite.cli.url": "https:\/\/mydomain.de",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"dbindex": 11
},
"secret": "***REMOVED SENSITIVE VALUE***",
"simpleSignUpLink.shown": false,
"skeletondirectory": "",
"templatedirectory": "",
"trusted_domains": [
"mydomain.de"
],
"updatechecker": false,
"upgrade.disable-web": true,
"loglevel": 2,
"version": "31.0.2.1"
}
}
```
### List of activated Apps
```shell
Enabled:
- activity: 4.0.0
- app_api: 5.0.2
- bruteforcesettings: 4.0.0
- calendar: 5.2.0
- circles: 31.0.0
- cloud_federation_api: 1.14.0
- comments: 1.21.0
- contacts: 7.0.4
- contactsinteraction: 1.12.0
- dashboard: 7.11.0
- dav: 1.33.0
- federatedfilesharing: 1.21.0
- federation: 1.21.0
- files: 2.3.1
- files_downloadlimit: 4.0.0
- files_pdfviewer: 4.0.0
- files_reminders: 1.4.0
- files_sharing: 1.23.1
- files_trashbin: 1.21.0
- files_versions: 1.24.0
- firstrunwizard: 4.0.0
- logreader: 4.0.0
- lookup_server_connector: 1.19.0
- mail: 4.3.1
- nextcloud_announcements: 3.0.0
- notes: 4.11.0
- notifications: 4.0.0
- oauth2: 1.19.1
- password_policy: 3.0.0
- photos: 4.0.0-dev.1
- privacy: 3.0.0
- profile: 1.0.0
- provisioning_api: 1.21.0
- recommendations: 4.0.0
- related_resources: 2.0.0
- richdocuments: 8.6.3
- richdocumentscode: 24.4.1302
- serverinfo: 3.0.0
- settings: 1.14.0
- sharebymail: 1.21.0
- spreed: 21.0.1
- support: 3.0.0
- survey_client: 3.0.0
- systemtags: 1.21.1
- text: 5.0.0
- theming: 2.6.1
- twofactor_backupcodes: 1.20.0
- updatenotification: 1.21.0
- user_status: 1.11.0
- viewer: 4.0.0
- weather_status: 1.11.0
- webhook_listeners: 1.2.0
- workflowengine: 2.13.0
Disabled:
- admin_audit: 1.21.0
- encryption: 2.19.0
- files_external: 1.23.0
- suspicious_login: 9.0.1
- twofactor_nextcloud_notification: 5.0.0
- twofactor_totp: 13.0.0-dev.0
- user_ldap: 1.22.0
```
### Nextcloud Signing status
```shell
No errors have been found.
```
### Nextcloud Logs
```json
{"reqId":"j8pdPAqNLGYF8f4854Dh","level":3,"time":"2025-03-21T08:24:01+01:00","remoteAddr":"::ffff:93.237.197.xx","user":"admin","app":"no app in context","method":"GET","url":"/apps/dashboard/","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 1.09 seconds to generate.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0","version":"31.0.2.1","data":[]}
{"reqId":"fNT3Uxzk3oXE5wr1H64O","level":2,"time":"2025-03-21T08:24:21+01:00","remoteAddr":"::ffff:93.237.197.xx","user":false,"app":"no app in context","method":"GET","url":"/login?clear=1","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.4 seconds to generate.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0","version":"31.0.2.1","data":[]}
{"reqId":"tndGZohJb9ecaa66xGkJ","level":2,"time":"2025-03-21T08:25:18+01:00","remoteAddr":"::ffff:23.27.145.xx","user":false,"app":"no app in context","method":"GET","url":"/login","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.42 seconds to generate.","userAgent":"Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0","version":"31.0.2.1","data":[]}
{"reqId":"8ZSZLU4kbvOFnDjIBGyA","level":2,"time":"2025-03-21T08:25:21+01:00","remoteAddr":"::ffff:93.237.197.xx","user":false,"app":"no app in context","method":"GET","url":"/login","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.41 seconds to generate.","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0","version":"31.0.2.1","data":[]}
{"reqId":"USgy4LxaqXLBZwQSHX4N","level":2,"time":"2025-03-21T08:26:04+01:00","remoteAddr":"::ffff:44.200.38.xx","user":false,"app":"no app in context","method":"GET","url":"/login","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.46 seconds to generate.","userAgent":"Slackbot-LinkExpanding 1.0 (+https://api.slack.com/robots)","version":"31.0.2.1","data":[]}
{"reqId":"kvyeyshBBeVM4oslwmbH","level":2,"time":"2025-03-21T08:26:58+01:00","remoteAddr":"::ffff:185.213.155.xx","user":false,"app":"no app in context","method":"GET","url":"/login","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.44 seconds to generate.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","version":"31.0.2.1","data":[]}
{"reqId":"ZwNYz8OfnW0drW7SGvwN","level":2,"time":"2025-03-21T08:27:03+01:00","remoteAddr":"::ffff:185.213.155.xx","user":false,"app":"no app in context","method":"GET","url":"/login","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.48 seconds to generate.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","version":"31.0.2.1","data":[]}
{"reqId":"xI9sOhgbylZNrszy2346","level":2,"time":"2025-03-21T08:27:13+01:00","remoteAddr":"::ffff:205.169.39.xx","user":false,"app":"no app in context","method":"GET","url":"/login","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.51 seconds to generate.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36","version":"31.0.2.1","data":[]}
{"reqId":"B7Sefzf5615uAIDZu1Ms","level":2,"time":"2025-03-21T08:28:52+01:00","remoteAddr":"::ffff:91.84.87.xx","user":false,"app":"no app in context","method":"GET","url":"/login","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.4 seconds to generate.","userAgent":"Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36","version":"31.0.2.1","data":[]}
{"reqId":"mCXbPo9pFO4Z6rGCdebX","level":2,"time":"2025-03-21T08:30:43+01:00","remoteAddr":"::ffff:35.89.115.xx","user":false,"app":"no app in context","method":"GET","url":"/login","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.55 seconds to generate.","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36","version":"31.0.2.1","data":[]}
{"reqId":"t9fmuCWXp2F69lg3q7aQ","level":2,"time":"2025-03-21T08:30:43+01:00","remoteAddr":"::ffff:35.89.115.xx","user":false,"app":"no app in context","method":"GET","url":"/login","message":"Capabilities of OCA\\CloudFederationAPI\\Capabilities took 0.55 seconds to generate.","userAgent":"Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36","version":"31.0.2.1","data":[]}
```
### Additional info
_No response_