"Could not connect to appstore: cURL error 28"

,

I’ll try to simply explain my issue.

I made a OpenMediaVault to make a NextCloud on an external drive using docker. I don’t know whats wrong, however when I try to use docker logs -f nextcloudpi, I get this:

Initializing empty volume…
Making /usr/local/etc/ncp-config.d persistent …
Making /etc/services-enabled.d persistent …
Making /etc/letsencrypt persistent …
Making /etc/shadow persistent …
Making /etc/cron.d persistent …
Making /etc/cron.daily persistent …
Making /etc/cron.hourly persistent …
Making /etc/cron.weekly persistent …
Making /usr/local/bin persistent …
Making /etc/apache2 persistent …
Starting PHP-fpm
Starting Apache
Starting mariaDB
2021-03-15 19:27:59 0 [Note] mysqld (mysqld 10.3.22-MariaDB-0+deb10u1) starting as process 102 …
Starting Redis
Starting Cron
Starting Postfix
System config value trusted_domains => 1 set to string 172.17.0.2
System config value trusted_domains => 6 set to string 192.168.2.19
Provisioning
Provisioning Redis password
Updating NextCloud config with Redis password
Provisioning MariaDB password
Updating NextCloud config with MariaDB password
Running nc-limits
Using 3009890304B for PHP
Using 6 PHP threads
Using 952965120 memory for the database
Stopping MariaDB database server: mysqld.
Starting MariaDB database server: mysqld.
Stopping redis-server: redis-server.
Starting redis-server: redis-server.
Init done
{“reqId”:“qWORPtHOPj1haCLm6M7N”,“level”:2,“time”:“2021-03-15T19:30:17+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“appstoreFetcher”,“method”:“”,“url”:“–”,“message”:“Could not connect to appstore: cURL error 28: Operation timed out after 10000 milliseconds with 0 out of 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)”,“userAgent”:“–”,“version”:“18.0.3.0”}

If I check the website, all I see is:
Initializing NextCloudPi for the first time
Please wait…

Can someone help me. I am a beginner, so if I have done something wrong on either the forum or while explaining, please let me know so I know for in the future, and also, I have searched a lot but didn’t find any working results. If I need to do something, please explain how to do it, and I’ll do it.

I dont use OpenMediaVault, most likely related to OMV.

as ncp docker image works fine for me.

Maybe your external drive is not mounted properly?
I d start by reading some omv documentation, check omv forum too.
What commands are you using to run the container?
Can check ncp docker docs basics here
or other omv tagged threads here.