Update to 30.0.7: Integrity check failed (files missing)

Where can i download the missing 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
=======
- externalportal
	- FILE_MISSING
		- js/externalportal-data_image_svg_xml_3c_21--_20-_20SPDX-FileCopyrightText_202020_20Google_20Inc_20-_20SPDX-Lice-cc29b1.js
		- js/externalportal-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DUbP4INd_mjs.js.LICENSE.txt

Raw output
==========
Array
(
    [externalportal] => Array
        (
            [FILE_MISSING] => Array
                (
                    [js/externalportal-data_image_svg_xml_3c_21--_20-_20SPDX-FileCopyrightText_202020_20Google_20Inc_20-_20SPDX-Lice-cc29b1.js] => Array
                        (
                            [expected] => f6f43e3ec29ad3ec126376b8d021ff3f0bde9eb6b94c345a661a77fcccd10a2317d3729d543049e02fa0bbd3977829762bfd10260576ac43928a638b2a2ce73a
                            [current] => 
                        )

                    [js/externalportal-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DUbP4INd_mjs.js.LICENSE.txt] => Array
                        (
                            [expected] => e7462c492ff1eebe0a2843a70b64bcfd196f22163e87fc0774b1904553aa66524b511bab0d43d6a580863982ebd74162879431ac8e401a97e378c3a2d3fbf283
                            [current] => 
                        )

                )

        )

)

You may have to look into it, but the missing files are not from Nextcloud proper but from an app that you are using.

Perhaps go to their Github and you may be able to inquire there or get the missing files from its repository.

APP:

Link to the Issues page at their Git below. It also seems someone has beat you to the punch, so follow the issue there:

Many thanks for the tip!

I have actually installed this dashboard app, but deactivated it.

I have now deleted the app and after a “rescan” of the integrity check, the error message has disappeared.

I had the same error. My solution was to search for the files shown in the error message in the /var/www/nextcloud/apps/externalportal/js folder and replace the missing characters with the mv command. It seems that parts of the file name have been lost, so the file externalportal-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DUbP4INd_mjs.js.LICENSE. txt on the system only externalportal-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-DUbP4INd_mjs.js.LIC if you make the change to both files and then do a rescan the error is gone.

Translated with DeepL.com (free version)

2 Likes

Thank you. Your solution helped me.

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