Solved - Nextcloud started to slowly load the application management

Until version 19.01 was ok, my Nextcloud started to slowly load the application management, including only shows the installed ones (active or not), does not show applications to install, does not show any category. Can someone help me?
Ubuntu 20.04
Apache2 2.4.41
PHP 7.4.3
MySQL 8.0.21
NextCloud19.03

This error is related to
“Curl error 28 ,appstore blank ,no apps shown ,request timeout”
and
“Could not connect to appstore: cURL error 28: Operation timed out after”
Solution:

In 3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php
Change the timeout from 1000 to 10000

In lib/private/App/AppStore/Fetcher/Fetcher.php
Change the timeout to 90 or 120

in lib/private/Http/Client.php
Change the timeout to 90 or 120 or 240

This solution fix too “time out, no app install/update”.

1 Like