Disable Nextcloud Integrity Check

Edit config.php and disable integrity check

'integrity.check.disabled' => false,

Restart services

service php7.2-fpm restart && service redis-server restart && service apache2 restart