### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, no…t a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3Abug) OR [Nextcloud Community Forum](https://help.nextcloud.com/) _(I've searched it)_.
- [x] Nextcloud Server **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions.
- [x] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
### Bug description
When trying to update all apps at the same time, the update all button does not create any reaction at all.
Side note: You can still update the apps individually.
### Steps to reproduce
1. Go to apps section
2. Select on the left "Updates"
3. Click on the `update all` button
4. Nothing happens.
In the browser console, this error pops up:

In the network tab, all resources were loaded without error. When clicking on the update all button, no additional lines pop up.
### Expected behavior
Apps should start to update.
But there is no reaction at all.
On NC 30, I did not have this problem, so it isn't directly linked to: https://github.com/nextcloud/server/issues/49866
However, for NC 31, there are other reports on the forum: https://help.nextcloud.com/t/update-all-button-in-apps-doesnt-work/215178
### Nextcloud Server version
31
### Operating system
Other
### PHP engine version
PHP 8.2
### Web server
Nginx
### Database engine version
MariaDB
### Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 31 to 32)
### Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
### What user-backends are you using?
- [x] Default user-backend _(database)_
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
### Configuration report
```json
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud.aspekte.net",
"[2a01:4f8:160:329a::237]"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "https:\/\/nextcloud.aspekte.net",
"overwriteprotocol": "https",
"htaccess.RewriteBase": "\/",
"dbtype": "mysql",
"version": "31.0.0.15",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"updater.release.channel": "beta",
"loglevel": 0,
"log_rotate_size": 10485760,
"maintenance": false,
"allow_user_to_change_display_name": true,
"theme": "",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0
},
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "sendmail",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpdebug": true,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"app_install_overwrite": [
"checksum",
"user_external",
"radio",
"files_automatedtagging",
"bookmarks",
"gpxedit",
"health",
"metadata",
"gpxmotion",
"checksum_api",
"maps",
"files_staticmimecontrol",
"flowupload",
"news"
],
"mysql.utf8mb4": true,
"default_phone_region": "DE",
"maintenance_window_start": 1,
"allow_local_remote_servers": true,
"debug": false,
"mail_sendmailmode": "pipe"
}
}
```
### List of activated Apps
```shell
```
### Nextcloud Signing status
```shell
Enabled:
- activity: 4.0.0
- app_api: 5.0.2
- bookmarks: 15.0.5
- bruteforcesettings: 4.0.0
- calendar: 5.1.0
- checksum: 1.2.5
- cloud_federation_api: 1.14.0
- comments: 1.21.0
- contacts: 7.0.0-rc.2
- contactsinteraction: 1.12.0
- cospend: 3.0.11
- dashboard: 7.11.0
- dav: 1.33.0
- deck: 1.15.0-beta.2
- end_to_end_encryption: 1.17.0-beta.4
- federatedfilesharing: 1.21.0
- federation: 1.21.0
- files: 2.3.1
- files_accesscontrol: 2.0.0
- files_automatedtagging: 2.0.0
- files_downloadlimit: 4.0.0
- files_external: 1.23.0
- files_pdfviewer: 4.0.0
- files_reminders: 1.4.0
- files_sharing: 1.23.1
- files_trashbin: 1.21.0
- files_versions: 1.24.0
- firstrunwizard: 4.0.0
- flow_notifications: 2.0.0
- forms: 5.0.0-alpha.2
- integration_discourse: 2.3.0
- logreader: 4.0.0
- lookup_server_connector: 1.19.0
- mail: 4.2.0-rc.3
- maps: 1.6.0
- news: 25.2.1-beta.2
- nextcloud_announcements: 3.0.0
- notifications: 4.0.0
- oauth2: 1.19.1
- password_policy: 3.0.0
- photos: 4.0.0-dev.1
- polls: 8.0.0-alpha8
- privacy: 3.0.0
- profile: 1.0.0
- provisioning_api: 1.21.0
- recommendations: 4.0.0
- related_resources: 2.0.0
- serverinfo: 3.0.0
- settings: 1.14.0
- sharebymail: 1.21.0
- systemtags: 1.21.1
- text: 5.0.0
- theming: 2.6.1
- twofactor_backupcodes: 1.20.0
- twofactor_totp: 13.0.0-dev.0
- updatenotification: 1.21.0
- user_status: 1.11.0
- viewer: 4.0.0
- weather_status: 1.11.0
- webhook_listeners: 1.2.0
- workflow_script: 2.0.0
- workflowengine: 2.13.0
```
### Nextcloud Logs
```json
When clicking on the update all button, there is no activity at all in the nextcloud.log.
```
### Additional info
_No response_