Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAV does not work with NGINX server #51

Open
Grundik opened this issue Aug 16, 2023 · 0 comments
Open

DAV does not work with NGINX server #51

Grundik opened this issue Aug 16, 2023 · 0 comments

Comments

@Grundik
Copy link

Grundik commented Aug 16, 2023

Extension causes these errors on server log:

DELETE "/.../vscode/.profiles" failed (21: Is a directory), request: "DELETE /.../vscode/.profiles HTTP/1.1"

Request to delete a collection should have a trailing slash. It could be fixed by server-side rewrite, though, but in that case there will be following error:

both URI "/.../vscode/.profiles/" and "Destination" URI "https://.../.../vscode/profiles" should be either collections or non-collections, request: "MOVE /.../vscode/.profiles HTTP/1.1"

Or, if remove forementioned rewrite for this request, it would be:

"/.../vscode/.profiles" is collection, request: "MOVE /.../vscode/.profiles HTTP/1.1"

Request to move a collection should also have a trailing slash, both in source and destination names. But this one, unfortunately, is not fixable on server side, since target collection could is not be rewritten.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant