You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to setup a webdav sync to a nginx server with webdav enabled.
I get the following error on server side: [error] 11#11: *42 MKCOL can create a collection only, client: x.x.x.x, server: , request: "MKCOL /App/1728242679067 HTTP/1.1", host: "x.x.x.x"
@hulzer thanks for thé report. I can't reproduce here as I my server does not fail on this request.
Could you by any chance try to trigger thé request with the missing / and see if it works ?
If you confirm I can add the missing /
Version
1.11.3 Build 99
What platform are you using?
Android
OS Version
Android 14
What happened?
I try to setup a webdav sync to a nginx server with webdav enabled.
I get the following error on server side:
[error] 11#11: *42 MKCOL can create a collection only, client: x.x.x.x, server: , request: "MKCOL /App/1728242679067 HTTP/1.1", host: "x.x.x.x"
It seems that there is a slash missing at the end of the collection path:
https://tools.ietf.org/html/rfc4918#section-9.3
Thanks for your effords!
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: