Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverinfo & Apps-Overview not load when https://apps.nextcloud.com is down #23338

Closed
VimS opened this issue Oct 10, 2020 · 2 comments
Closed

Comments

@VimS
Copy link

VimS commented Oct 10, 2020

Since https://apps.nextcloud.com is down my nextcloud was not able to show Serverinfo or Apps-Overview-Page:

I worked around this by chaning the Timeout for Guzzle form 60 seconds to 10, but I suggest you build in some kind of mechanism to stop this behaviour. For example Catch the Guzzle-Eception which should be thrown when a Server is not reachable.

$response = $client->get($this->getEndpoint(), $options);

@paulcalabro
Copy link

paulcalabro commented Oct 10, 2020

I'm also seeing this error. @VimS fix resolved my issue.

@kesselb
Copy link
Contributor

kesselb commented Oct 10, 2020

Closing this report in favour of #23334. Please check the pinned issues or use the search the next time. Thanks ;)

If you prefer to not mess around with code it's also possible to turn the apps store off:

/**
* When enabled, admins may install apps from the Nextcloud app store.
*
* Defaults to ``true``
*/
'appstoreenabled' => true,

(for the time the server is not available)

@kesselb kesselb closed this as completed Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants