-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: The "Update all" button to update all apps does not work #49144
Comments
Got exactly the same error while trying to remove deactivated apps. |
|
As seen by the three issues closed on Nov 19, 2024 the issue persists in version 30.0.2 and didn't made it into that release. For NC admins looking at this issue: Please wait until the release of a possible version 30.0.3 (and the update of your NC to said version) as that version could bring this bug fix. |
Or meanwhile with access to the server: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This issue was resolved on current master branch and backported to Nextcloud 30.0.4 For general discussions please use our forums. |
Bug description
On NC 30.0.2
When updates to several apps are available, a button "Update all" appears on the Apps > Updates page. However, clicking on this button does not trigger an update of all the apps but seems to do nothing. Clicking on the "Update to ..." button of the respective apps works as expected.
Console gives the following error when clicking the "Update all" button:
Steps to reproduce
Expected behavior
All apps should be updated.
Nextcloud Server version
30
Operating system
Other
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 28 to 29)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
{
"system": {
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
REMOVED SENSITIVE VALUE
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "pgsql",
"default_phone_region": "DE",
"version": "30.0.2.2",
"overwrite.cli.url": REMOVED SENSITIVE VALUE,
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"installed": true,
"skeletondirectory": "",
"memcache.local": "\OC\Memcache\Redis",
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"filelocking.enabled": true,
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0,
"dbindex": 0,
"timeout": 0
},
"session_lifetime": 3600,
"session_keepalive": false,
"tempdirectory": REMOVED SENSITIVE VALUE,
"remember_login_cookie_lifetime": 0,
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "25",
"maintenance": false,
"theme": "",
"loglevel": 1,
"log.condition": {
"apps": [
"admin_audit"
]
},
"default_language": "en",
"default_locale": "en_GB",
"knowledgebaseenabled": false,
"simpleSignUpLink.shown": false,
"auth.webauthn.enabled": false,
"updater.release.channel": "stable",
"trashbin_retention_obligation": "auto, 7",
"versions_retention_obligation": "auto, 7",
"instanceid": "REMOVED SENSITIVE VALUE",
"maintenance_window_start": 2,
"preview_max_filesize_image": 100
}
}
List of activated Apps
Enabled:
Disabled:
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: