Since a couple of weeks ago I’m not able to update my desktop client via the GUI.
If I click the “Check Now” button I just get the following message:
Via mitmproxy I investigated which URL the client was calling:
https://updates.nextcloud.org/client/?version=3.14.2.0&platform=macos&osRelease=macos&osVersion=14.6&kernelVersion=23.6.0&oem=Nextcloud&buildArch=arm64¤tArch=arm64&versionsuffix=daily&channel=daily&sparkle=true
This URL returns a 500 Internal Server Error and is most certainly the cause for the error.
If I however omit the “sparkle” parameter altogether the following valid xml is shown:
<?xml version="1.0"?>
<owncloudclient><version>20241030</version><versionstring>Nextcloud Daily 20241030</versionstring><downloadurl>https://download.nextcloud.com/desktop/daily/macos/macos-20241030.pkg</downloadurl><web>https://nextcloud.com/install</web></owncloudclient>
If I download and install this .pkg file it installs 3.14.50.
But even in the 3.14.50 the same error occurs in the GUI.
I can however simply install it manually with the file obtained from Download and install Nextcloud
Is this a known error (and I’m just unable to find it in the forum)?