Nextcloud Dashboard Log-In Issue

Hello Nexcloud Community

Nextcloud Hub II (23.0.5)
OS: Linux 5.4.0-113-generic x86_64
PHP Version: 7.4.28
mysql Version: 10.5.15
Server Hoster is All.Inkl.com and I manage the Nextcloud Installation myself.

The issue you are facing:

I am facing a Problem each time I log in to my self-hosted Nextcloud installation I see this:

Once I refresh the browser Tab everything works fine. Can you help me? Is this issue known?

Steps to replicate this error:

  1. Log out of Nextcloud
  2. Close and Open Browser (Firefox 101.0)
  3. Log into Nextcloud again

What is meant by “The output of your Nextcloud log in Admin > Logging:” the Output Log file is 74 MB large - what should I post here?

The output of your config.php file in /path/to/nextcloud (I tried to removed any identifiable information):

    <?php
    $CONFIG = array (
    'instanceid' => '111',
    'passwordsalt' => '***',
    'secret' => '***',
    'trusted_domains' =>
    array (
    0 => 'nextcloud.name.de',
    1 => 'www.nextcloud.name.de',
    ),
    'datadirectory' => '/www/htdocs/111/nextcloud.name.de/data',
    'dbtype' => 'mysql',
    'version' => '23.0.5.1',
    'overwrite.cli.url' => 'http://nextcloud.name.de',
    'dbname' => '111',
    'dbhost' => 'localhost',
    'dbport' => '',
    'dbtableprefix' => 'DzVUI_',
    'mysql.utf8mb4' => true,
    'dbuser' => 'admin',
    'dbpassword' => '***',
    'installed' => true,
    'tempdirectory' => '/www/htdocs/111/nextcloud.name.de/tmp/',
    'mail_smtpmode' => 'smtp',
    'mail_sendmailmode' => 'pipe',
    'mail_from_address' => 'my',
    'mail_domain' => 'name.de',
    'default_phone_region' => 'DE',
    'maintenance' => false,
    'mail_smtpsecure' => 'ssl',
    'mail_smtphost' => '111.server.com',
    'mail_smtpport' => '465',
    'mail_smtpauthtype' => 'LOGIN',
    'mail_smtpauth' => 1,
    'mail_smtpname' => 'my@name.de',
    'mail_smtppassword' => ***',
    'theme' => '',
    'loglevel' => 2,
    'has_rebuilt_cache' => true,
    'updater.secret' => '***',
    );
     

I’d check in the webdeveloper tools of the browser, which resources are loaded. Could be that perhaps some js/css file is not loaded or runs into a timeout.