⚠️ This issue respects the following points: ⚠️
Bug description
The Apps settings sidebar shows a permanent 1 next to Updates, even though there are no app updates available.
Opening Settings → Apps → Updates shows:
No matching apps found
The counter remains after refreshing the page, using a private browser window, restarting the Nextcloud container, and running maintenance:repair.
The backend also reports that no updates are available:
php occ app:update --showonly
Steps to reproduce
- Log in as an administrator.
- Open Settings → Apps.
- Observe that the sidebar shows Updates 1.
- Open Updates.
- Observe that the page says No matching apps found.
- Run
php occ app:update --showonly and observe that Nextcloud reports no available updates.
- Refresh/reopen the Apps page; the
1 counter remains.
Expected behavior
When no app updates are available, the Updates sidebar entry should not show a pending-update count.
The UI should be consistent with occ app:update --showonly.
Nextcloud Server version
34
Operating system
Debian/Ubuntu
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. 31 to 32)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
Bug description
The Apps settings sidebar shows a permanent
1next to Updates, even though there are no app updates available.Opening Settings → Apps → Updates shows:
The counter remains after refreshing the page, using a private browser window, restarting the Nextcloud container, and running
maintenance:repair.The backend also reports that no updates are available:
Steps to reproduce
php occ app:update --showonlyand observe that Nextcloud reports no available updates.1counter remains.Expected behavior
When no app updates are available, the Updates sidebar entry should not show a pending-update count.
The UI should be consistent with
occ app:update --showonly.Nextcloud Server version
34
Operating system
Debian/Ubuntu
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. 31 to 32)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response