I can’t connect to nextcloud. It tells me "Service Temporarily Unavailable
“: https://nc-12345.nextcloud-ionos.com/remote.php/dav/files/
When I use the URL in the browser, I get " This is the WebDAV interface. It can only be accessed by WebDAV clients such as the Nextcloud desktop sync client.”. If I try to connect by Mac, it works perfectly fine.
Hi @roNn23, I am very sorry you are having trouble.
The “Service Temporarily Unavailable” message would be an error coming from your web server. Perhaps you can ask your provider to take a quick look in their logs to confirm exactly what’s wrong here?
Is there a chance you are just missing the username portion in your URL as described in the Nextcloud docs?
The URL to use when configuring third-party apps to connect to Nextcloud is a bit lengthier than the one for official clients:
https://cloud.example.com/remote.php/dav/files/USERNAME/
https://cloud.example.com/nextcloud/remote.php/dav/files/USERNAME/ (if Nextcloud is installed in a subdirectory)
It works in then browser:
I opened https://nc-XXXXX.nextcloud-ionos.com/remote.php/dav/files/User-XXX in the browser and got the answer: “This is the WebDAV interface. It can only be accessed by WebDAV clients such as the Nextcloud desktop sync client.” – so the URL is correct
Works in postman:
When I try to connect to the URL in Postman with a Basic Auth and my credentials – it works!
Works on the mac with Webdav Server Connect:
I am able to connect to the server via WebDav on the integrated Mac OS function “connect to a server”.
Does not work in n8n:
I get a 503 with this URL. But it works in any other environment – so I think this must be a bug in n8n.
OAuth is also not working (but at all, I doubt it is a problem on n8n).