Update 31.0.0.8 errors and issues

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 30.0.0.18
  • Operating system and version (e.g., Ubuntu 24.04):
    • Ubuntu 2402
  • Web server and version (e.g, Apache 2.4.25):
    • `Server version: Apache/2.4.58 (Ubuntu)
    • Server built: 2024-10-02T12:40:51`
  • PHP version (e.g, 8.3):
    • PHP 8.3.6 (cli) (built: Dec 2 2024 12:36:18) (NTS) Copyright (c) The PHP Group Zend Engine v4.3.6, Copyright (c) Zend Technologies with Zend OPcache v8.3.6, Copyright (c), by Zend Technologies
  • Is this the first time you’ve seen this error? (Yes / No):
    • Yes
  • When did this problem seem to first start?
    • fresh installation
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • bare metal following guide : https://github.com/jameskimmel/Nextcl

After the update to 31.0.0.18 i’ve seen an explosion in my log files even to the point it’s making log.1 log.2 etc… There have been no changed to the configuration it’s only been used like normal.

Before the updates i had close to 0 errors overall.
This message also appeared again :

No High-performance backend configured - Running Nextcloud Talk without the High-performance backend only scales for very small calls (max. 2-3 participants). Please set up the High-performance backend to ensure calls with multiple participants work seamlessly. For more details see the [documenta](https://nextcloud-talk.readthedocs.io/en/latest/quick-install/)

I managed to fix some issues, the app : app-api broke completely so i removed this.


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
=======
- core
	- INVALID_HASH
		- core/js/mimetypelist.js

Raw output
==========
Array
(
    [core] => Array
        (
            [INVALID_HASH] => Array
                (
                    [core/js/mimetypelist.js] => Array
                        (
                            [expected] => 83befc51175b6888bc37997804057c6c8a42d7f6acab0f698e00d64b2d3b6b71e43ef4c59086b9cdd5154b0ed86aae1153ea68770b34cc78e446cac6af86d0ac
                            [current] => 67d26d9518a7635208867e426472c5bb47368280684d33ca8e0bcca9c175293655c63fb7da4c12e5577fd1095fe1c4027e36c53bd441b31472f2d18c04f20c8a
                        )

                )

        )

)

This is the first error that popped. Yes i read the documentation but i’m still unsure what to do about this.

Next errors from logging (Also noticed it went to debug level) :

[no app in context] Debug: Calling OCP\DB\QueryBuilder\IQueryBuilder::orX without parameters is deprecated and will throw soon.
	GET /settings/admin/logging
	from 192.168.1.11 by Michiel at 7 Mar 2025, 16:20:42
[no app in context] Debug: Calling OCP\DB\QueryBuilder\IQueryBuilder::andX without parameters is deprecated and will throw soon.
	PROPFIND /remote.php/dav/files/Michiel/
	from 192.168.1.11 by Michiel at 7 Mar 2025, 16:21:09
[no app in context] Debug: dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) AND (`time_sensitive` = :dcValue3) ORDER BY `last_checked` ASC LIMIT 1
	from ? by ? at 7 Mar 2025, 16:20:02
[cron] Debug: CLI cron call has selected job OCA\LookupServerConnector\BackgroundJobs\RetryJob (id: 4782, arguments: {"userId":"scubamuc"})
	from ? by ? at 7 Mar 2025, 16:20:02
[no app in context] Debug: dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) AND (`time_sensitive` = :dcValue3) ORDER BY `last_checked` ASC LIMIT 1
	from ? by ? at 7 Mar 2025, 16:20:02

Unfortunately you didn’t fill out the support template so we can only guess.