After login NextCloud dont redirect to the file page

Hello!

I get a message on the screen saying login in process and the credentials are correct.

The loginscreen then just sits there and I am waiting and waiting until I reload the page and I send to the File page.

The login and credentials are working but NextCloud dont do the redirect… Also happends with the mobile App

Hello,

Welcome in Nextcloud community !

Can I have your config.php ?

Thank you,

Hi,
i have the same problem w/ a nc 19 nginx reverseproxy docker configuration.

My docker is based on latest nextcloud-fpm image.

My config.php lookd like this

    <?php
$CONFIG = array (
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' =>
  array (
    0 =>
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 =>
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'ocrrll2vj6ux',
  'passwordsalt' => '/**',
  'secret' => 'Jk60LSyid/*',
  'trusted_domains' =>
  array (
    0 => 'storage.diamondleague.com',
    1 => 'nc-wdl.sportresult.com',
  ),
  'datadirectory' => '/var/www/html/',
  'dbtype' => 'mysql',
  'version' => '19.0.0.12',
  'overwrite.cli.url' => 'http://storage.diamondleague.com',
  'dbname' => 'nextcloud',
  'dbhost' => 'nextcloud-db',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => 'db_p*ssw*rd',
  'installed' => true,
  'theme' => 'wdl-theme',
  'mail_from_address' => 'owncloud-idl',
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_domain' => 'sportresult.com',
  'mail_smtphost' => '10.73.15.12',
  'mail_smtpport' => '587',
  'mail_smtpsecure' => 'tls',

What do you need also?
nginx-configs?
I have read about trusted proxies something… but it works by reload the pages most of the time… so i do not understand…