Hello, I just can’t get it to set up the calendar on the iPhone. I get an error message every time that the password is wrong.
I’ve already tried every possible url I could find on the internet. With port 443 without port only the server name or the entire url.
iPhone: 14 Pro Max iOS Version: 16.1.2
Nextcloud version (eg, 20.0.5): 27.0.2
Operating system and version (eg, Ubuntu 20.04): Cloudlinux
Apache or nginx version (eg, Apache 2.4.25): Litespeed 6.1
PHP version (eg, 7.4): 8.1
The output of your Nextcloud log in Admin > Logging:
No Log for that error
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'oc3x******',
'passwordsalt' => '*****',
'secret' => '***********',
'trusted_domains' =>
array (
0 => 'cloud.tar******',
),
'datadirectory' => '/home/highlife/nextclouddata',
'dbtype' => 'mysql',
'version' => '27.0.2.1',
'overwrite.cli.url' => 'https://cloud.taran*****',
'dbname' => 'highlife_next336',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'highlife_next336',
'dbpassword' => '*******',
'installed' => true,
'mysql.utf8mb4' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\APCu',
'integrity.check.disabled' => true,
'default_phone_region' => 'DE',
'mail_smtpmode' => 'sendmail',
'mail_sendmailmode' => 'pipe',
'mail_from_address' => 'max',
'mail_domain' => '*******',
);