Owncloud web UI keeps loading files

Hi guys,

Currently i am running owncloud 10.1.0 this is running on Centos 7
The problem i am facing is that when i login on the webinterface and i click on files i only get the loading icon? files are not displayed. But… This is only happening when i try to access the files trough the reverse proxy. (Vulture) internally it works with no problems. The application itself runs with no problems trough the reverse proxy, only files are not displayed.

<?php $CONFIG = array ( 'trusted_proxies' => ['10.33.0.26'], 'overwritehost' => 'example.com', 'overwritprotocol' => 'https', 'overwritewebroot' => '/owncloud', 'overwritecondaddr' => '^10\.33\.0\.26$', 'updatechecker' => false, 'instanceid' => 'xxxxxxxxxxx', 'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'secret' => '/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'trusted_domains' => array ( 0 => 'localhost', 1 => '10.33.0.31', 1 => 'example.com', ), 'datadirectory' => '/var/www/html/owncloud/data', 'overwrite.cli.url' => 'https://example.com/owncloud', 'dbtype' => 'pgsql', 'version' => '10.1.0.4', 'dbname' => 'owncloud', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc_', 'dbuser' => 'oc_user', 'dbpassword' => 'XXXXX', 'logtimezone' => 'UTC', 'installed' => true, ); *note i altered my company name for example.com

Hey,

i have seen such reports in the past where the proxy server was misconfigured and blocked the WebDAV requests used / required by ownCloud.