Hi,
I’ve solved the Problem by manually Setting the Value for
"RequestOptions::TIMEOUT "
to 120 or a higher value in the following file:
“/path/to/nextcloud/lib/private/Http/Client/Client.php”
In this File, there’s a hard coded timeout for cURL, which is used for Appdownloads.
After this Change, everything is working.
This soloution is found here: