Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
{
"system": {
"instanceid": "ocde8d3204fb",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "\/var\/www\/owncloud_data",
"dbtype": "mysql",
"version": "11.0.2.7",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"enable_previews": true,
"forcessl": true,
"theme": "",
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtphost": "smtp.nnnnn.com",
"mail_smtpport": "587",
"mail_smtptimeout": 10,
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "localhost",
"port": 6379
},
"loglevel": 3,
"share_folder": "\/Shared",
"trusted_domains": [
"nnnn.at"
],
"mail_from_address": "xenon",
"mail_domain": "nnnn.at",
"secret": "***REMOVED SENSITIVE VALUE***",
"singleuser": false,
"forceSSLforSubdomains": true,
"trashbin_retention_obligation": "auto",
"filelocking.enabled": "false",
"filesystem_check_changes": 1,
"mail_smtpauthtype": "PLAIN",
"mail_smtpsecure": "tls",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"auth.bruteforce.protection.enabled": false
}
}
Insert your Nextcloud log here
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Steps to reproduce
Expected behaviour
send mail with file names as links
Actual behaviour
send mail with file names as plain text
Server configuration
Operating system:
Web server:
Database:
PHP version:
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from:
Signing status:
List of activated apps:
Nextcloud configuration:
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
Client configuration
Browser:
Operating system:
Logs
Nextcloud log (data/nextcloud.log)
Browser log