Apps page does not work

Hello guys,

as i said above already, the apps page isnt loading at all. The circle runs and runs and runs. The installation is fresh and everything worked smoothly so far. Im sitting behind the proxy of my company, i already set the variables for that in /etc/environment as well as in /etc/bash.bashrc, also manual insertions via $export http_proxy were done.

I can access everything inside without a problem, just the app’s page doesnt load.

After looking into the nextcloud.log ive found that there is something trying to do a cURL directly to www.google.com but it fails with "cURL Error 7: Failed to connect to www.google.com port80: Connection timed out "

I really dont know how to fix this unfortunately.

If you need any specific kind of logs/configs please tell me and i will upload them asap.

Greetings
Mike

Ubuntu 16.04.1

/var/www/nextcloud/data/nextcloud.log, just a snippet, this is kind of very repetitive r> eqId":“hrTzEHV8mhezyoaVURqs”,“remoteAddr”:“10.241.48.33”,“app”:“internet_connection_check”,“message”:"Exception: {"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 7: Failed to connect to www.github.com port 80: Connection timed out","Code":0,"Trace":"#0 \/var\/www\/nextcloud\/3rdparty\/guzzlehttp\/guzzle\/src\/RequestFsm.php(103): GuzzleHttp\\Exception\\RequestException::wrapException(Object(GuzzleHttp\\Message\\Request), Object(GuzzleHttp\\Ring\\Exception\\ConnectException))\n#1 \/var\/www\/nextcloud\/3rdparty\/guzzlehttp\/guzzle\/src\/RequestFsm.php(132): GuzzleHttp\\RequestFsm->__invoke(Object(GuzzleHttp\\Transaction))\n#2 \/var\/www\/nextcloud\/3rdparty\/react\/promise\/src\/FulfilledPromise.php(25): GuzzleHttp\\RequestFsm->GuzzleHttp\\{closure}(Array)\n#3 \/var\/www\/nextcloud\/3rdparty\/guzzlehttp\/

Config.php

<?php $CONFIG = array ( 'instanceid' => ###', 'passwordsalt' => '###', 'secret' => ###', 'trusted_domains' => array ( 0 => '###', ), 'datadirectory' => '/var/www/nextcloud/data', 'overwrite.cli.url' => '###', 'dbtype' => 'mysql', 'version' => '11.0.3.2', 'dbname' => '###', 'dbhost' => 'l###', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => '###', 'dbpassword' => '###', 'logtimezone' => 'UTC', 'installed' => true, );