-
Notifications
You must be signed in to change notification settings - Fork 159
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
open-with-web
endpoint not working
#9804
Comments
I moved the issue to the Web repo because Web should be responsible for resolving the path correctly. |
Thanks @JammingBen! 🙏 |
@micbar I noticed that the URL coming from the server contains the param Oh and since this is regarded as a critical bug, we will have a new Web version |
Ok, we can remove that parameter. |
Where's this deployed? It doesn't work for me on |
Needs web bump in ocis. |
Web |
Stable 4.0 |
Describe the bug
For oCIS servers, the
open-with-web
endpoint is not working properly. I want to open a file in web, so I make the request to the server and when I receive the URL, the web is not able to open it (different errors in different servers).Steps to reproduce
Steps to reproduce the behavior:
open-with-web
, sending the app name and the file ID as parameterDetails:
Expected behavior
The response returns a URL which opens the file in web correctly.
Actual behavior
The response returns a URL which doesn't open the file in web correctly, an error message appears saying
Cannot read properties of null (reading ‘webDavPath’)
.Setup
The server used is https://ocis.ocis-wopi.latest.owncloud.works
Additional context
This was tested from the Android app.
The same endpoint is working properly in oC10.
Also tested with https://ocis.ocis-web.latest.owncloud.works, and here the error is different (it cannot even open the web, it results in a 404 in the web).
CC @michaelstingl
The text was updated successfully, but these errors were encountered: