Hello,
I am running a “small cute” Nextcloud instance. Everything seems to work perfectly fine, but after upgrading to latest v32 I see this line coming up in the log.
System is Ubuntu server 24.04
Nextcloud 32, apache, postgresql, php-fpm, redis
Running perfectly fine (…… “perfectly” ?)
Info
no app in context
The app config key files_external/user_certificate_scan is not defined in the config lexicon
I got no clue what or where to fix ![]()
Anyone?
TIA
The Basics
-
Nextcloud Server version (e.g., 29.x.x):
- 32.0.1
-
Operating system and version (e.g., Ubuntu 24.04):
- Ubuntu 24.04 server
-
Web server and version (e.g, Apache 2.4.25):
- Apache 2.4.65
-
Reverse proxy and version _(e.g. nginx 1.27.2):
-
PHP version (e.g, 8.3):
- 8.4.14
-
Is this the first time you’ve seen this error? (Yes / No):
- Yes
When did this problem seem to first start?
- When upgrading to latest Nextcloud 32.0.1
-
Installation method (e.g. AIO, NCP, Bare Metal/Archive, etc.)
- VMware
-
Are you using Cloudflare, mod_security, or similar? (Yes / No)
- No
Summary of the issue you are facing:
“no app in context” error messages:
“The app config key files_external/user_certificate_scan is not defined in the config lexicon”
Steps to replicate it (hint: details matter!):
- I wish i knew
Log entries
Nextcloud
Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.
Log header:
➡️❕ IP 192.168.1.1 GET /settings/ajax/checksetup with 👤 user 💬 The app config key files_external/user_certificate_scan is not defined in the config lexicon
Content of log:
app
no app in context
filename
/mnt/ncdata/nextcloud.log
job
nextcloudjob
level
1
message
The app config key files_external/user_certificate_scan is not defined in the config lexicon
method
GET
remoteAddr
192.168.1.1
reqId
kT3pNUHB2rXVSNAZdmwd
time
2025-11-06T21:48:45+01:00
url
/settings/ajax/checksetup
user
ptmix
userAgent
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
version
32.0.1.2
Web Browser
If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.
PASTE
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____:
PASTE HERE
Configuration
Nextcloud
The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"192.168.1.30",
"myserver.com"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "pgsql",
"version": "32.0.1.2",
"overwrite.cli.url": "https:\/\/myserver.com\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"remember_login_cookie_lifetime": "1800",
"log_rotate_size": "10485760",
"trashbin_retention_obligation": "auto, 180",
"versions_retention_obligation": "auto, 365",
"memcache.local": "\\OC\\Memcache\\APCu",
"filelocking.enabled": true,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"dbindex": 0,
"password": "***REMOVED SENSITIVE VALUE***",
"timeout": 0.5
},
"htaccess.RewriteBase": "\/",
"maintenance": false,
"theme": "",
"loglevel": 1,
"logtimezone": "Europe\/Oslo",
"log_type_audit": "file",
"logfile_audit": "\/mnt\/ncdata\/audit.log",
"skeletondirectory": "",
"updater.release.channel": "stable",
"default_language": "en",
"default_phone_region": "NO",
"simpleSignUpLink.shown": false,
"profile.enabled": false,
"allow_user_to_change_display_name": false,
"enable_previews": true,
"defaultapp": "spreed,files",
"knowledgebaseenabled": false,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "tls",
"sharing.enable_share_mail": false,
"app_install_overwrite": [
"theming_customcss",
"extract"
],
"data-fingerprint": "b54e148d4c32fcc2b807b2acaec4fa55",
"maintenance_window_start": 1,
"files.chunked_upload.max_size": 104857600,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***"
}
}