peer
August 16, 2024, 10:31pm
1
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.”
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
?
peer
August 17, 2024, 8:26am
3
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…
peer
August 17, 2024, 1:08pm
5
I cannot find any “DST Root CA X3” section on my /var/www/nextcloud/resources/config/ca-bundle.crt file.
peer
August 17, 2024, 1:18pm
7
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?
peer
August 17, 2024, 3:21pm
9
Oh, yes! That’s a good point! I’ve just found this:
And does the yunohost diagnosis complain about anything?
peer
August 18, 2024, 6:50pm
11
Nope. Yunohost diagnosis shines. It says everything is ok.
peer
August 18, 2024, 8:54pm
12
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?
peer
August 18, 2024, 9:01pm
13
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:
peer
August 18, 2024, 9:32pm
14
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
system
Closed
September 2, 2024, 9:32pm
15
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.