.well-known adding manual gives error.

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 30.0.1): 30.0.1
Operating system and version _Rocky linux 9.4
Apache or nginx version (eg, Apache 2.4.25): 2.4.57
PHP version (eg, 8.3): 8.2

The issue you are facing:

Some files have not passed the integrity check. List of invalid files… Rescan… Voor meer informatie word je verwezen naar de documentatie↗.

Results

  • core
    • EXTRA_FILE
      • .well-known/security.txt
      • .well-known/pgp-key.txt
      • .well-known/traffic-advice

Raw output

Array
(
[core] => Array
(
[EXTRA_FILE] => Array
(
[.well-known/security.txt] => Array
(
[expected] =>
[current] => 413029048678ff2d3dfe32ac33220f4e2da6d7061b304175127b179031c96c5bdc1e4b0518b63a9850afc5b3178949fd37c265b64e312623ab9741b55f9b080d
)

                [.well-known/pgp-key.txt] => Array
                    (
                        [expected] => 
                        [current] => 85aed9ef984ae5dca449cf2b239aca98044ba7c6b2d151487fae2850d6bbc81c68ea7834cd9301851fbfb9cd1721685c71ce606b4e91259c3a207cd7bb26e07b
                    )

                [.well-known/traffic-advice] => Array
                    (
                        [expected] => 
                        [current] => 9cc97645a1775e9cf96496f0f10c8df4b9c890c44bb7adb71b53b18905c6cd68c6e108241c644c943d457ed0d5feaad4867fec6969c18b66fc808f34963b3f0f
                    )

            )

    )

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

Steps to replicate it:

  1. Admin settings Login – Rob's cloud

The output of your Nextcloud log in Admin > Logging:

PASTE HERE

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

$CONFIG = array (
  'passwordsalt' => 'BcOq8l1lKcKYUrnXCBFoGeD7dQDUXP',
  'secret' => 'jzOirLK3QSoyReT3iSK9g1WsZxANeX14FfnqZnmrZnTnLrqx',
  'trusted_domains' =>
  array (
    0 => 'localhost',
    1 => 'cloud.robkalmeijer.nl',
    2 => '192.168.1.15',
    3 => '[2a02:a465:54ef:1::1:5]',
  ),
  'datadirectory' => '/srv/www/vhosts/cloud.robkalmeijer.nl/httpsdocs/data',
  'dbtype' => 'mysql',
  'version' => '30.0.1.2',
  'overwrite.cli.url' => 'http://localhost',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => 'xxxxxx',
  'installed' => true,
  'instanceid' => 'oclltontihs4',
  'theme' => '',
  'loglevel' => 2,
  'maintenance' => false,
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => 'robkalmeijer',
  'mail_domain' => 'robkalmeijer.nl',
  'mail_smtphost' => 'smtp.robkalmeijer.nl',
  'mail_smtpport' => '25',
  'default_phone_region' => 'NL',
  'maintenance_window_start' => 1,
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' =>
  array (
    'host' => '/var/run/redis/redis.sock',
    'port' => 0,
    'timeout' => 0.0,
  ),
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'xxxxx',
  'mail_smtppassword' => 'xxxxx',
);

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

PASTE HERE

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.