WebDav Sync fails with MKCOL HTTP/1.1 405

Hi,
I’m trying to sync data from a synology NAS to a Nextcloud instance.
Because of a server crash I had to move the Nextcloud instance, not knowing if this changes anything or if the root cause is something else but it used to work before.
There are two users in Nextcloud. With User1, which is admin, I tested to sync a folder with a folder in it containing a file. Everything is fine here.
With User2 though, which is a regular user, files are synced but folders cause this message

User2 [13/Jul/2024:10:19:38 +0200] "MKCOL /remote.php/webdav/Sicherung/Sicherung%20Handy/pictures/Zoo%20Duisburg HTTP/1.1" 405 258 "-" "-"

It looks like a permissions problem, but I don’t know where to assign the permissions nor do I know why I have to do this now when it worked before without any changes.

Best regards

I found this WebDav: 405 error · Issue #19216 · nextcloud/server · GitHub
and the user seems to be right. I don’t know how or way it changed but it used to work with the url /remote.php/webdav now I changed the url to /remote.php/dav/files/user2 and everything is running fine again.

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