Skip to content

[Bug]: Admin settings overview app compatibility check loads endlessly if 'appstoreenabled' => false #52282

@provokateurin

Description

@provokateurin

⚠️ This issue respects the following points: ⚠️

Bug description

On my instance I have the App store disabled because I manage my apps using the NixOS module.
The overview in the admin settings shows this endless spinner:
Image

It seems like the frontend doesn't handle the response well:

{"ocs":{"meta":{"status":"failure","statuscode":404,"message":""},"data":{"appstore_disabled":true}}}

This seems valid to me, but the loading spinner never stops/hides.

Steps to reproduce

  1. Set 'appstoreenabled' => false
  2. Open the admin overview
  3. See the network requests, especially the one starting with /ocs/v2.php/apps/updatenotification/api/v1/applist

Expected behavior

The loader should go away, since the compatible app updates can't be checked if the app store is disabled.

Nextcloud Server version

31

Operating system

Other

PHP engine version

PHP 8.3

Web server

Nginx

Database engine version

PostgreSQL

Is this bug present after an update or on a fresh install?

Updated from a MINOR version (ex. 32.0.1 to 32.0.2)

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

List of activated Apps

Nextcloud Signing status

Nextcloud Logs

Additional info

No response

Metadata

Metadata

Assignees

Type

Projects

Status

☑️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions