You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing "Open in web" for specific providers, we realised that a server instance (https://ocis.ocis-wopi.latest.owncloud.works) couldn't open files, and this could be due to not using the correct endpoint.
The idea here is changing the open-in-web endpoint from https://ocis.ocis-wopi.latest.owncloud.works/app/open-with-web (the one we use currently) to https://ocis.ocis-wopi.latest.owncloud.works/app/open to align also with the iOS client.
Finally, the endpoint is NOT going to be changed. The problem was a server-related bug, whose fix was not deployed yet. After deploying it, everything seems to work with the open-with-web endpoint.
Comes from #3990 (comment).
When implementing "Open in web" for specific providers, we realised that a server instance (https://ocis.ocis-wopi.latest.owncloud.works) couldn't open files, and this could be due to not using the correct endpoint.
The idea here is changing the open-in-web endpoint from
https://ocis.ocis-wopi.latest.owncloud.works/app/open-with-web
(the one we use currently) tohttps://ocis.ocis-wopi.latest.owncloud.works/app/open
to align also with the iOS client.Doc: https://github.com/owncloud/ocis/blob/7ef7a60d710f2ac582a64417c03b0f0f4336261d/docs/services/app-registry/apps.md#open-a-file-with-the-owncloud-web
The text was updated successfully, but these errors were encountered: