Hi All,
We have integrated Word application and editing docs using WOPI Integration in our website. I am aware of the fact that in earlier versions of WOPI, OOS, there is a known bug that Unlock endpoint does not get called after the editing session is closed in Chrome and Edge browser.
I installed the OOS version 16.0.10373.20000, in that version, this bug was resolved for docx, xlsx, and pptx files and was working fine.
But since last week, after upgrading the OOS version to 16.0.10338.20039, Unlock endpoint is not getting called after the editing session is closed in Chrome and Edge browser. Its is working fine in the Firefox browser. Can anyone tell what could be the reason behind this?
Or any suggestions on how to move back to version 16.0.10373.20000.
I am setting these fields in my CheckInfoFile endpoints
responseData = new CheckFileInfoResponse()
{
// required CheckFileInfo properties
BaseFileName = dbFile.FileName,
OwnerId = userId,
Size = dbFile.FileContent.Length,
UserId = _userId,
Version = version,
ReadOnly = false,
UserCanWrite = true,
SupportsUpdate = true,
UserCanNotWriteRelative = true,
SupportsLocks = true,
ClientUrl = clientUrl,
SupportsFileCreation = true,
HostViewUrl = HostView,
HostEditUrl = HostEdit,
UserFriendlyName = UserDisplayName,
SupportsGetLock = true
};
Thanks, @Emily Hua-MSFT for your suggestion.
Hi AjiteshSingh-3660,
Thanks for your question. One of our team members will review this and follow-up with you soon.
Regards,
Kristian Smith
Support Escalation Engineer, Microsoft
Open Spec Protocols
Hi Ajitesh
I will be looking into this issue for you. I updated the tag for Openspecs-Office-fileformats.
Will let you know if I need additional information from you.
Hung-Chun Yu
Open Specifications Support, Microsoft.
May I know what process was used to update the Office Online Server?
Make sure to follow the steps here: https://learn.microsoft.com/en-us/officeonlineserver/apply-software-updates-to-office-online-server
Sign in to comment