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

[Nextcloud] Workaround for hanging contacts app #1287

Merged
merged 1 commit into from
Dec 12, 2022

Commits on Oct 15, 2022

  1. [Nexcloud] Workaround for hanging contacts app

    See nextcloud/server#33048 for more background.
    
    In a Nutshell:
    
    * The contacts app makes many requests to load contact images like `/remote.php/dav/addressbooks/users/<user>/<Addressbook>/<contact-uid>.vcf?photo=`
    * The `ProxyErrorOverride` config in Uberspace accounts hides the 404 error thrown by Nextcloud and opens the configured `ErrorDocument` from `.htaccess`
    * The default error document redirects the user to the Nextcloud start page (Dashboard)
    * This means a lot of requests are made at once to load the Nextcloud dashboard which can lead to a completely hung up Nextcloud instance until restarting the PHP service with `uberspace tools restart php`
    astehlik committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    8341b95 View commit details
    Browse the repository at this point in the history