{ [5/9978]
"system": {
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/nextcloud.dings.dangs\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/nextcloud.dings.dangs\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"password": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud.dings.dangs",
"138.201.246.50"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "22.1.1.2",
"overwrite.cli.url": "http:\/\/nextcloud.dings.dangs",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "3306",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"overwriteprotocol": "https",
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_sendmailmode": "smtp",
"mail_smtpport": "25",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"default_phone_region": "de_AT",
"loglevel": 2,
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"theme": "",
"has_rebuilt_cache": true
}
}
How to use GitHub
Steps to reproduce
Expected behaviour
LDAP-Konfiguration should be doable via web-form.
Actual behaviour
I upgraded to nextcloud 22.1.1 and migrated from docker to native install.

then i tried to configure my ldap-authentification plugin and ended up in this:
The form is not working. The values are not loaded, the Buttons do not work.
Then i found https://logs.nix.samueldr.com/nixos-de/2020-10-23 and tried the config-line in nginx for nc 19... and the form show me the "Port ermittlen" Button, but it doesn't work either.
With occ i can configure my LDAP-Connection, and it works. Only the web-configuration is broken.
Server configuration
Operating system:
Debian Buster
Web server:
nginx
Database:
mariadb 10.3
PHP version:
7.3
Nextcloud version: (see Nextcloud admin page)
22.1.1
Updated from an older Nextcloud/ownCloud or fresh install:
Migrated in case of totally broken DB from docker to fresh installation native bare metal. Fresh install, but old userdata on Filesystem
Where did you install Nextcloud from:
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: no
Are you using an external user-backend, if yes which one: LDAP
LDAP configuration (delete this part if not used)
LDAP config
Client configuration
Browser:
Firefox 90.0.2
Operating system:
Fedora 33
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log