Hallo. Ich bekomme nach der Konfiguration vom E-Mail für das Adminkonto folgende Fehlermeldung. AxiosError: Request failed with status code 400
Hat jemand eine gute Idee woran es liegt?
config.php
<?php
$CONFIG = array (
'passwordsalt' => 'XXXX',
'secret' => 'XXXX',
'trusted_domains' =>
array (
0 => 'localhost',
7 => 'nextcloudpi',
5 => 'nextcloudpi.local',
8 => 'nextcloudpi.lan',
3 => 'nextcloudpi',
11 => '95.90.189.40',
1 => '192.168.188.8',
14 => 'nextcloudpi',
),
'datadirectory' => '/opt/ncdata/data',
'dbtype' => 'mysql',
'version' => '32.0.2.2',
'overwrite.cli.url' => 'https://nextcloudpi/',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'ncadmin',
'dbpassword' => 'XXXX',
'installed' => true,
'instanceid' => 'XXXX',
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '/var/run/redis/redis.sock',
'port' => 0,
'timeout' => 0.0,
'password' => 'XXXX,
),
'tempdirectory' => '/opt/ncdata/data/tmp',
'mail_smtpmode' => 'smtp',
'mail_smtpauthtype' => 'LOGIN',
'mail_from_address' => 'user',
'mail_domain' => 'web.de',
'preview_max_x' => '2048',
'preview_max_y' => '2048',
'jpeg_quality' => '60',
'overwriteprotocol' => 'https',
'maintenance' => false,
'logfile' => '/opt/ncdata/data/nextcloud.log',
'trusted_proxies' =>
array (
11 => '127.0.0.1',
12 => '::1',
14 => ';;',
),
'loglevel' => 2,
'log_type' => 'file',
'updater.secret' => 'XXXXX',
'theme' => '',
'mail_sendmailmode' => 'smtp',
'mail_smtphost' => 'smtp.web.de',
'mail_smtpport' => '465',
'mail_smtptimeout' => 30,
'maintenance_window_start' => 2,
'default_phone_region' => '',
'mail_smtpauth' => true,
'mail_smtpname' => 'user@web.de',
'mail_smtppassword' => 'password',
'mail_smtpsecure' => 'ssl',