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] =>
)
)
)
)
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.