Happy new year everybody!
I’m facing this problem on NC: when loggin in on Chrome or Firefox files and folders are not showing. I can’t get it to work. Hope someone can help!
The same problem does not occur in other pages
Nextcloud version 17.0.2
Ubuntu 18.04.3
Apache 2.4.29
PHP 7.2.24
config file
<?php
$CONFIG = array (
‘instanceid’ => ‘’,
‘passwordsalt’ => ‘’,
‘secret’ => ‘’,
‘trusted_domains’ =>
array (
0 => ‘cloud.terraveler.com’,
),
‘datadirectory’ => ‘/media/extstorage/nextcloud_data’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘17.0.2.1’,
‘overwrite.cli.url’ => ‘https://cloud.terraveler.com’,
‘dbname’ => ‘’,
‘dbhost’ => ‘’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘mysql.utf8mb4’ => true,
‘dbuser’ => ‘’,
‘dbpassword’ => ‘’,
‘preview_max_x’ => 512,
‘preview_max_y’ => 512,
‘preview_max_scale_factor’ => 1,
‘installed’ => true,
‘memcache.local’ => ‘\OC\Memcache\Redis’,
‘filelocking.enabled’ => ‘true’,
‘memcache.distributed’ => ‘\OC\Memcache\Redis’,
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘redis’ =>
array (
‘host’ => ‘localhost’,
‘port’ => 6379,
‘timeout’ => 0,
‘dbindex’ => 0,
),
‘maintenance’ => false,
‘theme’ => ‘’,
‘loglevel’ => 2,
‘updater.secret’ => ‘’,
);