The /apps/files/ page don’t show and is slow

Sorry to hear you’re facing problems :slight_frown:

If you’re urgently looking for support to keep your business running, consider checking out our paid support options.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the following as you can (you can cut and paste this into your topic):


Nextcloud version (eg, 10.0.2): 12.0.0
Operating system and version (eg, Ubuntu 16.04): Fedora 25
Apache or nginx version (eg, Apache 2.4.25): 1.10.2
PHP version (eg, 5.6): 7.0.20
Is this the first time you’ve seen this error?:

Can you reliably replicate it? (If so, please outline steps):

The issue you are facing:

@@@@@@@@@@@@@@@@@@@@@@@
I download the NextCloud shared file in the form of an e-mail address.
However, the remote server where the shared file was located was destroyed.
After this, i can not use the account that received the shared file.
another account can login.
@@@@@@@@@@@@@@@@@@@@@@@

504 Gateway Time-out

nginx/1.10.2

The output of your Nextcloud log in Admin > Logging:

Error core Error while running background job (GuzzleHttp\Exception\ConnectException): cURL error 28: Connection timed out after 10000 milliseconds
OCA\Activity\BackgroundJob\RemoteActivity Array
/platform/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php - line 103: GuzzleHttp\Exception\RequestException wrapException(Object(GuzzleHttp\Message\Request), Object(GuzzleHttp\Ring\Exception\ConnectException))
/platform/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php - line 132: GuzzleHttp\RequestFsm->__invoke(Object(GuzzleHttp\Transaction))
/platform/nextcloud/3rdparty/react/promise/src/FulfilledPromise.php - line 25: GuzzleHttp\RequestFsm->GuzzleHttp{closure}(Array)
/platform/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php - line 55: React\Promise\FulfilledPromise->then(Object(Closure), NULL, NULL)
/platform/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/FutureResponse.php - line 43: GuzzleHttp\Ring\Future\CompletedFutureValue->then(Object(Closure), NULL, NULL)
/platform/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php - line 134: GuzzleHttp\Message\FutureResponse proxy(Object(GuzzleHttp\Ring\Future\CompletedFutureArray), Object(Closure))
/platform/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php - line 165: GuzzleHttp\RequestFsm->__invoke(Object(GuzzleHttp\Transaction))
/platform/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php - line 150: GuzzleHttp\Client->send(Object(GuzzleHttp\Message\Request))
/platform/nextcloud/lib/private/Http/Client/Client.php - line 204: GuzzleHttp\Client->post(‘https //cloud.e…’, Array)
/platform/nextcloud/apps/activity/lib/BackgroundJob/RemoteActivity.php - line 89: OC\Http\Client\Client->post(‘https //cloud.e…’, Array)
[internal function] OCA\Activity\BackgroundJob\RemoteActivity->sendActivity(‘elpo@cloud.elpo…’, ‘j7miqsJMkVN45HT’, ‘/Loseless Audio…’, ‘file_created’, 1498999074, ‘kerus1024@fs.ke…’)
/platform/nextcloud/apps/activity/lib/BackgroundJob/RemoteActivity.php - line 45: call_user_func_array(Array, Array)
/platform/nextcloud/lib/private/BackgroundJob/Job.php - line 59: OCA\Activity\BackgroundJob\RemoteActivity->run(Array)
/platform/nextcloud/lib/private/BackgroundJob/QueuedJob.php - line 43: OC\BackgroundJob\Job->execute(Object(OC\BackgroundJob\JobList), Object(OC\Log))
/platform/nextcloud/cron.php - line 147: OC\BackgroundJob\QueuedJob->execute(Object(OC\BackgroundJob\JobList), Object(OC\Log))
{main}

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php $CONFIG = array ( 'instanceid' => '*', 'passwordsalt' => '*', 'secret' => 'key', 'trusted_domains' => array ( 0 => 'google.com', ), 'datadirectory' => '/nextcloud', 'overwrite.cli.url' => 'https://www.google.com', 'dbtype' => 'mysql', 'version' => '12.0.0.29', 'dbname' => '*', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => '*', 'dbuser' => 'anonymous', 'dbpassword' => '1234', 'logtimezone' => 'UTC', 'installed' => true, 'maintenance' => false, 'theme' => '', 'loglevel' => 2, ); The output of your Apache/nginx/system log in `/var/log/____`: 2017/07/05 19:25:04 [error] 4104#0: *124 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 8.8.8.8, server: google.com, request: "GET /avatar/nextcloud/32?v=1 HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/www.sock", host: "google.com" [05-Jul-2017 19:14:35] NOTICE: fpm is running, pid 4120 [05-Jul-2017 19:14:35] NOTICE: ready to handle connections --- Remember, this information may be requested if it isn't supplied; for fastest response please provide as much as you can :heart: Feel free to use a pastebin service, otherwise log files can be indented with 4 spaces on each line to present them in a friendlier way on the forum.