Nextcloud WEBDAV problems since Update on v832 (31.0.5)

Hi,

after an update on Nextcloud App v832 (Nextcloud Hub 10 (31.0.5)).
WEBDAV no longer works.

  • Der Webserver ist noch nicht hinreichend für Datei-Synchronisierung konfiguriert, da die WebDAV-Schnittstelle vermutlich nicht funktioniert. Damit diese Prüfung ausgeführt werden kann, muß sichergestellt sein, dass der Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner trusted_domains oder overwrite.cli.url aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.

  • Der Webserver ist nicht ordnungsgemäß für die Auflösung von .well-known-URLs eingerichtet. Fehler bei: /.well-known/caldav Weitere Informationen findest du in der Dokumentation :up_right_arrow:.

Can you send logs to support from Settings - Support.

Ok, I sent the logs.

nothing in the logs, do you see any warning in Nextcloud - Administration - Overview ?

according to the doc (Accessing Nextcloud files using WebDAV — Nextcloud latest User Manual latest documentation)
can you try running this command locally on the box using SSH (SSH · syncloud/platform Wiki · GitHub) providing:

DOMAIN, USER, PASS

curl -X PROPFIND -H "Depth: 1" -u USER:PASS https://nexcloud.DOMAIN/remote.php/dav/files/USER/

and see if it returns 200 status


Here is the Overview. I try the ssh command later.

Hi,
for every path i get the status HTTP/1.1 200 OK.

What about these commands, do you get a similar response:

snap run nextcloud.occ config:system:get overwrite.cli.url
https://nextcloud.***.syncloud.it
snap run nextcloud.occ config:system:get trusted_domains
localhost
192.168.1.***
nextcloud.***.syncloud.it

Yes, i get similar responses.Nothing looks strange.

Don’t know realy why but now it works.

These Steps i did. May be it help someone in the future.

  • Restart Syncloud
  • Deactivate the following Apps: Two-Factor TOTP Provider and Brute-force settings

The System Check are successfull after these steps.

For reproducing the error i reactivate the Apps and restart syncloud, but now it works with the apps.

strange behaivoir.

Thanks for the support boris.

1 Like