Im Protokoll tauchen div. Fehlermeldungen auf

Huhu Ihr,
vorab das hier sind meine Daten

Config | /var/www/html/nextcloud/config/config.php

<?php
$CONFIG = array (
  'instanceid' => '*',
  'passwordsalt' => '*',
  'secret' => '*',
  'trusted_domains' =>
  array (
    0 => 'cloud.*',
  ),
  'datadirectory' => '/home/*/clouddata',
  'dbtype' => 'mysql',
  'version' => '29.0.4.1',
  'overwrite.cli.url' => 'http://cloud.*.eu/nextcloud',
  'dbname' => 'NextCloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => Cloud',
  'dbpassword' => '**',
  'installed' => true,
  'default_phone_region' => 'ISO 3166-2:DE',
  'maintenance_window_start' => 1,
  'mail_smtpmode' => 'smtp',
  'mail_smtphost' => 'mail04.*.de',
  'mail_sendmailmode' => 'smtp',
  'mail_smtpport' => '25',
  'mail_from_address' => 'cloud',
  'mail_domain' => '*.eu',
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'cloud@*.eu',
  'mail_smtppassword' => '*',
  'twofactor_enforced' => 'true',
  'twofactor_enforced_groups' =>
  array (
  ),
  'twofactor_enforced_excluded_groups' =>
  array (
  ),
  'memcache.local' => '\OC\Memcache\APCu',
  'memcache.locking' => '\OC\Memcache\Redis',
  'filelocking.enabled' => 'true',
  'redis' =>
    array (
     'host' => '/var/run/redis/redis-server.sock',
     'port' => 0,
     'timeout' => 0.0,
  ),
);

PHP Config | /etc/php/8.3/fpm/pool.d/www.conf

php_admin_value[memory_limit] = 1024M
php_admin_value[post_max_size] = 1024M
php_admin_value[upload_max_filesize] = 1024M

Hier mein Problem, ich bekomme immer ganz wilde Dinge angezeigt.

http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257

InvalidTokenException Token does not exist: token does not exist
Renewing session token failed: Token does not exist: token does not exist

kann mir da jemand sagen was ich da machen kann?