-
Notifications
You must be signed in to change notification settings - Fork 621
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
Internal WebDAV for OnlyOffice WORKSPACE #489
Comments
Moving this issue to CommunityServer repo, since the issue is not related to DocumentServer. |
Hello @Denis-Raev have you tried connecting through the client WinSCP? Are there any errors in the logs? |
For Windows File Explorer you can try this solution:
|
|
Please check web.webdav.log for errors. Also describe in more detail how you deployed Onlyoffice Workspace? Are you using a proxy or firewall? |
@Carazyda I don’t find such a log in the container with onlyoffice/communityserver:12.5.2.1848. |
Please check this folder /app/onlyoffice/CommunityServer/logs/ for logs and errors. Maybe there are some errors in web.api.log? |
web.api.log 2023-12-05 07:56:29,331 ERROR [7540] ASC.Api.ApiSetup - method error: http://172.18.0.6/api/2.0/files/@root - Server error System.InvalidOperationException: Недостаточно прав для просмотра папки ---> System.Security.SecurityException: Недостаточно прав для просмотра папкиat ASC.Web.Files.Utils.EntryManager.GetEntries (ASC.Files.Core.IFolderDao folderDao, ASC.Files.Core.IFileDao fileDao, ASC.Files.Core.Folder parent, System.Int32 from, System.Int32 count, ASC.Files.Core.FilterType filter, System.Boolean subjectGroup, System.Guid subjectId, System.String searchText, System.Boolean searchInContent, System.Boolean withSubfolders, ASC.Files.Core.OrderBy orderBy, System.Int32& total) [0x0005c] in :0 |
|
The web.webdav.log has the following error: 2023-12-05 07:56:29 - error: requestAPI.getStructDirectory | Request failed with status code 500 | GET /api/2.0/files/@root | undefined | Недостаточно прав для просмотра папки |
Try creating a new user via email (without ldap) and using their credentials to connect to WebDAV. Also try connecting to Have you made any changes to the configuration? Maybe they changed ports, configs, machine key? |
Connecting to https://10.168.71.134/webdav/isLife gives the status OK. No, I didn't make any changes. Out of the box configuration deployed via docker. |
Moreover, for the purity of the experiment, I even completely disabled LDAP synchronization - the result was the same. |
Have you enabled SSL? Please try connecting through your certificate's domain name. Also try connecting to WinSCP through a user created via email. |
Now I have disabled SSL and logged in as a non-LDAP user. As a result, I log in through Windows Explorer, but into the empty DavWWWRoot directory. |
How did you enable/disable SSL? In Control Panel->Https? Have you tried connecting from the same server or from a different machine? Can you try connecting from Linux? |
|
Please specify what OS is on your server? Can you make us a test account on your server so we can reproduce your error. Send it to [email protected] with a link to this issue and "for technical support 2 lvl". |
Any resolution facing same issue in linux installation, windows server is working ok |
Hello, I'm also experiencing this issue; I get an empty directory when connecting via the windows WebDAV client and the Nautilus WebDAV client I'm using the DigitalOcean 1-Click App Control Panel: 3.5.2.530 |
This issue is unique.
Operating System of DocumentServer
Docker
Version information
7.5.1.1
Expected Behavior
I was waiting for the OnlyOffice internal WebDAV server described in this documentation to work - https://helpcenter.onlyoffice.com/ru/installation/workspace-configure-webdav.aspx
Actual Behavior
When connecting via Windows an error occurs:
“Error code: 0x800770043
Network name not found.”
When connecting via WEB browser an error occurs:
"HTTP ERROR 405 error - This page is not working right now."
Reproduction Steps
When I try to connect to WebDAV OnlyOffice WORKSPACE Communite Edition at http://ip_portal_address/webdav with credentials from the portal user using Windows, I get the following error:
“Error code: 0x800770043
Network name not found.”
When I try to connect through a Web browser, I get an HTTP ERROR 405 error - This page is not working right now.
Additional information
All accounts tried for authorization from the portal are completely valid (it’s not a matter of matching the login-password pair).
Control panel version: 3.5.0.516
Community Server version: 12.5.2.1848
Document server version: 7.5.1.1
The text was updated successfully, but these errors were encountered: