Hi all — running into an issue with the Nextcloud chart.
- SCALE version: 25.04.2.4
- App:
ix-nextcloud
(31.0.9) - Problem: Nextcloud can’t reach the App Store.
What I’ve tried:
- Confirmed
config.php
has:
'appstoreenabled' => true,
'appstoreurl' => 'https://apps.nextcloud.com/api/v1',
- Inside the container,
curl https://apps.nextcloud.com/api/v1/apps.json
works fine. - Manually recreated
/var/www/html/data/appdata_*/appstore/
withapps.json
andappapi_apps.json
, correct permissions, owned bywww-data
. - Ran
php occ maintenance:repair
afterwards. - Still,
php occ app:install calendar
fails with:
Error: Could not download app calendar
- Logs show repeated
appstoreFetcher
errors:
Response from appstore is invalid, apps could not be retrieved.
- Reinstalling the app (fresh DB + clean dataset) didn’t fix it.
It seems like the chart’s AppAPI integration is miswiring appstore caching. Has anyone else hit this on SCALE? Is there a patch/workaround for the ix-nextcloud
chart to restore appstore access?