Some files have not passed the integrity check: there are some extra files

Nextcloud version (eg, 20.0.5): Nextcloud Hub II (23.0.4)
Operating system and version (eg, Ubuntu 20.04): Docker-Linuxserver in unraid
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 7.4): 8.0.13

The issue you are facing:

Some files have not passed the integrity check. Document said to delete them, but list doesn’t show the location. I have lots of l10n folder; which one to delete?
List of invalid files:

Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results
=======
- tasks
	- EXTRA_FILE
		- l10n/ug.json
		- l10n/ta.json
		- l10n/si.js
		- l10n/ta.js
		- l10n/ug.js
		- l10n/hy.js
		- l10n/hy.json
		- l10n/km.json
		- l10n/si.json
		- l10n/km.js

Raw output
==========
Array
(
    [tasks] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [l10n/ug.json] => Array
                        (
                            [expected] => 
                            [current] => 60dfa44ff4607033f9f44ae7c3eb367cea46a5818a202860e217bca526104a749390e721248fafb54aabd8ce2d9bc3a46b8059c7abe4cd4666a9dfc9e022fcb2
                        )

                    [l10n/ta.json] => Array
                        (
                            [expected] => 
                            [current] => 1c475f9481419dc9855e82371d7bec7223a60be03bc1bed9a5ec9089f18766b3d9ff5f532587aa11fc8f24a95e62d5df5a0d44b51dba2bf96204685de2033b7c
                        )

                    [l10n/si.js] => Array
                        (
                            [expected] => 
                            [current] => 7d77108e1770c910fa45f883c11e3a728b88cb37cdb9ac85482fd0b084cd94be804c6d2a5df98d5c93eb805230a43428edbff3e8e4d22aec962720dc09e00a2f
                        )

                    [l10n/ta.js] => Array
                        (
                            [expected] => 
                            [current] => 712d03eb5d71ec04e51cedf60908b383e26b62a90ed54355d81dbe4cfc1c8ca143949db4352622bb0457e03be6c16093e75cf87769acc360ce5c5caf8b8cd693
                        )

                    [l10n/ug.js] => Array
                        (
                            [expected] => 
                            [current] => 17e5c93c30d11f08ae6abb43b45e3f83a93d0b595e7c01d97fe1c8cef8b83dee1b4c9b5c0ab8bafa586033de298533bf1b43b0bcc90cc169dac527c8babbeaac
                        )

                    [l10n/hy.js] => Array
                        (
                            [expected] => 
                            [current] => 217d05e52e0d9abad0f27f8fbefd14971a3b96a2fb0c645bf167dbe7e5011221599525a25e69c9ac7accdf46795db3256823c8c81b556ae4bf657e7c7fa4df62
                        )

                    [l10n/hy.json] => Array
                        (
                            [expected] => 
                            [current] => 3cd8b682dacaa9044b74e60a3b3d51657e98b55a51b76dc1c926ab4d8ba43c3da310a9b2e5cc944a77a301ee168c951d6d868556214fe6d18d17669325057b76
                        )

                    [l10n/km.json] => Array
                        (
                            [expected] => 
                            [current] => 0ce7c9d81815562f28e924cdc87a702f23781d06887c346a67653909734d32f52a0e008bb61feae2de99f7c4c3626a6122182642b630f6dd776415f17d309f37
                        )

                    [l10n/si.json] => Array
                        (
                            [expected] => 
                            [current] => dbe6b62dad12b256bb321eb1168dd6da986e566039ff0c3fdcc64dc81329ad2ae7e9e43bd092fa05f3f9243144922d3277aecbd858609a42bbda94208a99320c
                        )

                    [l10n/km.js] => Array
                        (
                            [expected] => 
                            [current] => bb7f6e13430c46676818fca6cf72f904dba7bf18047b7ea5c542738b035ff1f8943b8dc59061fc5df5b33c99a712fed47cac604a6ba1903a1daa14773ae06b80
                        )

                )

        )

)

Is this the first time you’ve seen this error? Y:

Steps to replicate it:
No idea, just saw it on the system overview.

The output of your Nextcloud log in Admin > Logging:

cannot attach the log file. extension didn't match. its 64mb log file to paste, any other option?

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',
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => '192.168.10.9',
    'port' => 6379,
    'dbindex' => 1,
    'password' => '*^Xy#W592',
    'timeout' => 1.5,
  ),
  'datadirectory' => '/data',
  'instanceid' => 'ocbk8wwr',
  'passwordsalt' => 'wfjX33ZrdUG5XH',
  'secret' => 'z84MBCO+I7yt',
  'trusted_domains' => 
  array (
    0 => '192.168.10.9:8052',
    1 => 'mydomain.com',
  ),
  'trusted_proxies' => 
  array (
    0 => '192.168.10.9',
    1 => '172.17.0.17',
  ),
  'forwarded-for-headers' => 
  array (
    0 => 'HTTP_X_FORWARDED_FOR',
  ),
  'dbtype' => 'mysql',
  'version' => '23.0.4.1',
  'overwrite.cli.url' => 'https://mydomain.com',
  'dbname' => 'nextcloud_unraid',
  'dbhost' => '192.168.10.9:3306',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'oc_username',
  'dbpassword' => 'FRe6ST4N',
  'installed' => true,
  'twofactor_enforced' => 'true',
  'twofactor_enforced_groups' => 
  array (
  ),
  'twofactor_enforced_excluded_groups' => 
  array (
  ),
  'maintenance' => false,
  'mail_smtpmode' => 'smtp',
  'mail_smtphost' => 'smtp.gmail.com',
  'mail_sendmailmode' => 'smtp',
  'mail_smtpport' => '587',
  'mail_from_address' => 'mygmail',
  'mail_domain' => 'gmail.com',
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'mygmail@gmail.com',
  'mail_smtppassword' => 'sdfgrenu',
  'mail_smtpsecure' => 'tls',
  'simpleSignUpLink.shown' => false,
  'default_phone_region' => 'US',
  'updater.release.channel' => 'stable',
  'loglevel' => 2,
  'app_install_overwrite' => 
  array (
    0 => 'carnet',
  ),
  'theme' => '',
);

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

this files is also huge

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.

Though I filter for only error logs, it is still 64mb, may be I have lots of error. Cannot attach or paste here.

Hi @062bel3131,
You are missing the required support template. Please fill this form out and edit into your post.

This will give us the technical info and logs needed to help you! Thanks.

I changed the post based on the template. I have a huge log file and cannot attach here .log files, also the paste is so huge it crashed my browser. Anyother way to share the logs. or may be clear it and regenerate it somehow?

You can filter for log errors as admin user in top right menu. Or Google how to filter through logs.

Sorry, I am completely lost. I spend time searching “how to export error logs in nextcloud” in google and I cannot find any useful information. I found log level in the nextcloud docs, which talks about looging. I am not sure if that is what I am looking for.

I went to logging section from the admin settings, and selected the “error” only and then download, which downloads 64mb nextcloud.log file. I am not able to find any other information in downloading the log file. Can you please provide a link where it explains how to export the error logs only. I tried my best but may be I do not know what I am looking for.