Can't connect to nextcloud

Describe the problem/error/question

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.

What is the error message (if any)?

Service Temporarily Unavailable

Information on your n8n setup

  • Using n8n cloud

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

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)

Hi @MutedJam! I tried everything :frowning:
What I tried:

It works in then browser: :white_check_mark:
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: :white_check_mark:
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: :white_check_mark:
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: :x:
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).

Thanks a lot!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.