List files in local but not in domain

Nextcloud version (eg, 20.0.5): 24.0.5
Operating system and version (eg, Ubuntu 20.04): Unraid 6.11.1
Apache or nginx version (eg, Apache 2.4.25): nginx/1.20.2
PHP version (eg, 7.4): 7.4.26

The issue you are facing:

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

Steps to replicate it:

  1. I log in into the localhost to get access on the server ( everything is fine )
  2. but If I log in my main.de (available from outside) the error comes top right
    “Die Liste der externen Endpunkte konnte nicht empfangen werden: Not Found”

In local:

In domain:

The output of your Nextcloud log in Admin > Logging:

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

<?php
$CONFIG = array (
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'datadirectory' => '/data',
  'instanceid' => 'ocrdy75awbjE',
  'passwordsalt' => 'pw',
  'secret' => 'pw',
  'trusted_domains' => 
  array (
    0 => '192.168.1.2:9443',
    1 => 'main.de',
  ),
  'dbtype' => 'mysql',
  'version' => '24.0.5.1',
  'overwrite.cli.url' => 'https://main.de',
  'dbname' => 'user',
  'dbhost' => '192.168.1.2:3306',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'user',
  'dbpassword' => 'pw',
  'installed' => true,
  'auth.webauthn.enabled' => false,
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_sendmailmode' => 'smtp',
  'mail_smtphost' => 'smtp.domain.de',
  'mail_from_address' => 'info',
  'mail_domain' => 'main.de',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtpport' => '465',
  'mail_smtpname' => 'info@main.de',
  'mail_smtppassword' => 'pw',
  'maintenance' => false,
);

Error translated to English
The list of external endpoints could not be received: Not Found

Looks like there are quite a few other errors in your logs as well based on your screenshot.

  1. Please post those logs since you have a lot of errors
  2. How are you installing Nextcloud on Unraid (Docker, VM, etc)? Be sure you’ve consulted their documentation.
  3. Does your Nextcloud have a valid SSL certificate for your domain? Have you ever been able to access your Nextcloud via your domain?

thanks for fast reply.

I just installed the docker file not in vm ( https://github.com/linuxserver/docker-nextcloud/pkgs/container/nextcloud )

The domain is valid, I used swag and I have access on the domain. ( Only on the domain page the error is coming )

I screenshot every error, which I got

First Error: ( fixed through delete ebook reader addon )

2 Error

3 Error

6 Error

7 Error

8 Error

9 Error