Nextcloud Client Sync (Virtual Files) geht nicht

Hallo zusammen,
ich habe mir Nextcloud auf meinem Raspberry Pi (NextcloudPi) installiert. Alles läuft bis jetzt prima, bis auf die Tatsache, dass wenn ich den Client auf Windows installiere, die Virtualfiles nur 2h lang syncronisieren, dann aber abbrechen und neustarten. Ich habe ziemlich viele Daten, aber das dürfte ja eigentlich kein Problem sein. Was soll ich tun, damit die Virtualfiles ganz syncronisiert werden, und nicht immer abbrechen? Es steht dann immer “Host nicht gefunden”. Mein Raspi ist aber an.

Nextcloud version (eg, 20.0.5): 20.0.2
Operating system and version (eg, Ubuntu 20.04): NextcloudPi (11-27-20)
PHP version (eg, 7.4): 7.3.29

Is this the first time you’ve seen this error? (Y/N): Y

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'passwordsalt' => 'uUUku6VUbelrV2ZVnRWwfZYLvPE19q',
  'secret' => 'FA/fhDyPkDShfWoOIlCye+0m8mgva+C3mH5ceaGzBIA3sowU',
  'trusted_domains' => 
  array (
    0 => 'localhost',
    5 => 'nextcloudpi.local',
    7 => 'nextcloudpi',
    8 => 'nextcloudpi.lan',
    11 => '91.137.89.178',
    1 => '10.10.10.73',
  ),
  'datadirectory' => '/media/Elements/ncdata',
  'filesystem_check_changes' => 0,
  'dbtype' => 'mysql',
  'version' => '20.0.2.2',
  'overwrite.cli.url' => 'http://localhost',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'ncadmin',
  'dbpassword' => 'WlqyevH/ru69VJ/Xw0O467+qujTAtH8zgIcU38kh1eo=',
  'installed' => true,
  'instanceid' => 'ocwn0g3teaag',
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => '/var/run/redis/redis.sock',
    'port' => 0,
    'timeout' => 0.0,
    'password' => 'G7Ig5VWmEoLfjhUwoHH3FabKReTOSwE35wb/xgP23KY=',
  ),
  'tempdirectory' => '/media/Elements/ncdata/tmp',
  'mail_smtpmode' => 'sendmail',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_from_address' => 'admin',
  'mail_domain' => 'ownyourbits.com',
  'preview_max_x' => '2048',
  'preview_max_y' => '2048',
  'jpeg_quality' => '60',
  'overwriteprotocol' => 'https',
  'maintenance' => false,
  'logfile' => '/media/Elements/ncdata/nextcloud.log',
  'app_install_overwrite' => 
  array (
    0 => 'mindmap_app',
  ),
);