We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a user try to unlock the project space file, the user get 500 status code
admin
space
file.txt
curl -kv -XUNLOCK -uadmin:admin 'https://localhost:9200/remote.php/dav/spaces/<project-space-id>/file.txt' -H 'Lock-Token: <file-lock-token>' | xmllint --format -
status 204
status 500
< HTTP/1.1 500 Internal Server Error < Access-Control-Allow-Origin: * < Content-Length: 187 . . < Date: Thu, 09 Nov 2023 06:47:33 GMT < Vary: Origin < { [187 bytes data] 100 187 100 187 0 0 3408 0 --:--:-- --:--:-- --:--:-- 3462 * Connection #0 to host localhost left intact <?xml version="1.0" encoding="UTF-8"?> <d:error xmlns:d="DAV" xmlns:s="http://sabredav.org/ns"> <s:exception/> <s:message>error: not found: no space found</s:message> </d:error>
The text was updated successfully, but these errors were encountered:
@nabim777 is this issue also solved by #7726 ?
Sorry, something went wrong.
@SwikritiT Yes, that PR #7726 solves this issue.
No branches or pull requests
Describe
When a user try to unlock the project space file, the user get 500 status code
Steps to reproduce
admin
, create a spacespace
in project spaceadmin
, upload a filefile.txt
inside spacespace
admin
, lock the filefile.txt
admin
, unlock the filefile.txt
using curl command:Expected behavior
status 204
Actual behavior
status 500
The text was updated successfully, but these errors were encountered: