Hello,
After completing the installation of PyDio Cells behind a Proxy, I’m confronted with a new issue. Indeed, most of the functionality seems working except the creation of new directories or files, or their deletion.
File upload, and folder upload are working, and I can also create new cells.
The error messages I get when trying to create a new directory or an empty file (as administrator in my personal files, but I’ve tried in other workspaces as well) . For instance, when trying to create an empty “tf” folder in a freshly created “testcell”, I get the following messages:
{"level":"error","ts":"2018-08-09T02:02:52+02:00","logger":"pydio.rest.meta","msg":"Rest Error 404","SpanRootUuid":"11f563ab-d4eb-aa5e-47d2-18da6420f647","SpanParentUuid":"11f563ab-d4eb-aa5e-47d2-18da6420f647","SpanUuid":"8f665958-9b67-11e8-803b-005056a27e07","RemoteAddress":"192.168.ZZZ.TTT","UserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36","ContentType":"application/json","HttpProtocol":"HTTP/1.1","UserName":"admin","UserUuid":"809c07ec-9b62-11e8-b97b-005056a27e07","GroupPath":"/","Profile":"admin","Roles":"ROOT_GROUP,809c07ec-9b62-11e8-b97b-005056a27e07","error":"rpc error: code = NotFound desc = {\"id\":\"pydio.grpc.data.index.cells\",\"code\":404,\"detail\":\"Could not retrieve node /admin/testcell/tf%!(EXTRA int=404)\",\"status\":\"Not Found\"}"}
{"level":"error","ts":"2018-08-09T02:02:52+02:00","logger":"pydio.rest.frontend","msg":"message=Error executing \"PutObject\" on \"https://my.pydiocells.com/io/testcell/tf/.pydio\"; AWS HTTP error: Client error response [url] https://my.pydiocells.com/io/testcell/tf/.pydio [status code] 400 [reason phrase] Bad Request Unable to parse error information from response - Error parsing XML: String could not be parsed as XML","SpanRootUuid":"11f563ab-d4eb-aa5e-47d2-18da6420f647","SpanParentUuid":"11f563ab-d4eb-aa5e-47d2-18da6420f647","SpanUuid":"8f6cc334-9b67-11e8-803b-005056a27e07","RemoteAddress":"192.168.ZZZ.TTT","UserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36","ContentType":"application/json","HttpProtocol":"HTTP/1.1","UserName":"admin","UserUuid":"809c07ec-9b62-11e8-b97b-005056a27e07","GroupPath":"/","Profile":"admin","Roles":"ROOT_GROUP,809c07ec-9b62-11e8-b97b-005056a27e07","FrontIp":"192.168.ZZZ.TTT","UserId":"admin","WorkspaceId":"8843d83e-9b67-11e8-803b-005056a27e07","Source":"StreamWrapper.php l.738","Nodes":[]}
Did anyone encounter a similar issue and managed to solve it ?
Many thanks in advance,
Mark