Nextcloud appstore does not work

Hi,

I would like to install the nextcloud bookmarks app on my Yunohost Nextcloud.

I went to the Nextcloud app store but the Discover section shows:

“Nothing to show - Could not load section content from app store.”

nc

I asked at the Nextcloud forum, they say their appstore is ok. I checked with different browsers, they all give me the same error.

I also tried to play with commands but only got this:

root@mybelovedynh:/var/www/nextcloud# sudo -u nextcloud php8.2 --define apc.enable_cli=1 occ app:install bookmarks
Error: Could not download app bookmarks 

Am I the only one who cannot see the Nextcloud App Store?

Cheers!

hi!

hmmm yes, works fine for me

can you check your DNS resolver is okay with usercontent.apps.nextcloud.com?

Hey, thank you for your message.

I’m not sure I understand. Do you mean this below?

root@mybelovedynh:~# dig usercontent.apps.nextcloud.com

; <<>> DiG 9.16.50-Debian <<>> usercontent.apps.nextcloud.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18238
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;usercontent.apps.nextcloud.com.        IN      A

;; ANSWER SECTION:
usercontent.apps.nextcloud.com. 3600 IN A       5.9.202.145

;; Query time: 60 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Aug 17 10:23:31 CEST 2024
;; MSG SIZE  rcvd: 75

root@mybelovedynh:~# 

I gues that’s ok…

Try this App store missing - #13 by Show - ℹ️ Support - Nextcloud community

I cannot find any “DST Root CA X3” section on my /var/www/nextcloud/resources/config/ca-bundle.crt file.

Is this command ok?

I have also tried renaming /etc/ssl/certs/DST_Root_CA_X3.pem
and then restarting nginx service
but no difference…

Is there anything interesting in the logs in the nextcloud admin?

Oh, yes! That’s a good point! I’ve just found this:

And does the yunohost diagnosis complain about anything?

Nope. Yunohost diagnosis shines. It says everything is ok.

As I read at help.nextcloud.com that some people solved a similar problem by tinkering with the /var/www/nextcloud/config/config.php file, I tried by changing these lines:

  'trusted_domains' => 
  array (
    0 => 'localhost',
    1 => 'nc.berenjenal.org',
  ),

Into these ones:

  'trusted_domains' => 
  array (
    0 => 'nc.berenjenal.org'
  ),

And reboot. But problem remains (so, I’m going to leave that file as it was).

By the way, how do I restart Nextcloud? Is restarting nginx enough?

Any suggestion on what to do?

I’m just seeing that apparently my tinkering with that file did give some results. My problem remains, I still cannot install a Nextcloud app, but the red warning now is gone:

Inthe Nextcloud log I’m seeing this message lots of times:

LocalServerException Host “127.0.0.1” (apps.nextcloud.com:80) violates local access rules

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.