-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Steps to reproduce
- Open /nextcloud/settings/user/security
- See your logs
Expected behaviour
No error should be thrown (like in 14.0.4)
Actual behaviour
The following error is thrown:
{"reqId":"123","level":3,"time":"2019-01-10T01:01:01+00:00","remoteAddr":"[ip]","user":"admin","app":"jsresourceloader","method":"GET","url":"\/nextcloud\/settings\/user\/security","message":"Could not find resource vendor\/strengthify\/jquery.strengthify.min.js to load","userAgent":"[useragent]","version":"15.0.2.0"}
Server configuration
Operating system: Ubuntu 18.04.1 LTS
Web server: Apache Apache/2.4.29
PHP version: PHP 7.2.10
Nextcloud version: 15.0.2.0
Updated from an older Nextcloud/ownCloud or fresh install: Update from 14.0.6
Where did you install Nextcloud from: Nextcloud zip (and upgrade)
Signing status: No errors have been found. (and no setup warnings)
List of activated apps: none (seems like a core issue)
Nextcloud configuration
{
"system": {
"htaccess.RewriteBase": "\/nextcloud",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"[domain]"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "15.0.2.0",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"theme": "",
"loglevel": 2,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "tls",
"mail_smtpauth": 1,
"updater.release.channel": "stable"
}
}
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no