Document Server version:8.1.1
Type of installation of the Document Server (docker, deb/rpm, exe, please point us to the installation guide that you used as well):docker
OS:
Browser version:Edge 144.0.3719.82
Additional information:
After updated browser to Edge version 144.0.3719.82, documents fail to open in OnlyOffice editor. The editor shows an error message with error code -82: “An error has occurred while opening the file.”
This issue does NOT occur with older browser versions (e.g., Edge 143.0.3650.96).
The following errors appear in the Document Server logs:
While the linked Workspace issue specifically mentions XSLT removal causing UI rendering failures, my issue appears to be in the Document Server’s fonts.js (font engine), which may be affected by similar browser-level changes in how JavaScript/WebAssembly modules are executed.
Observations
The error occurs specifically in /sdkjs/common/libfont/engine/fonts.js at Line 35:215
isDocumentLoadComplete: false indicates the document failed during the loading phase
Multiple users with different memory configurations are affected
The issue only appears after updating to Edge 144 (Chromium 144 based)
Questions for ONLYOFFICE Team
Are there any known compatibility issues between Document Server 8.1.x and Chromium 144?
Has the font engine (fonts.js) been tested against Chrome/Edge 144?
Would upgrading to Document Server 8.2.x or 9.x resolve this browser compatibility issue?
Is there a workaround (browser flags, server configuration) while waiting for an official fix?
XSLT deprecation has nothing to do with fonts.js and it is posted in Workspace category. I can confirm that the linked topic is not the cause of the issue. Moreover, I have also updated Chrome to 144 and do not experience any issues with latest version of Document Server. I’d recommend updating and then troubleshoot the issue, in case it appears again.
@paulf, can you specify the usage of Document Server? Is it used in a ready-to-go solution like Nextcloud?
Status code -82 refers to unknown format being used, which specifically refers to the use case. Can you elaborate?
I confirm it works with Edge 144.0.3719.82 (official build). In the meantime, you can try accessing your Document Server from Incognito mode to see if something changes, cache, for instance.
@here, our QA team has confirmed the issue. It affects Edge browsers with enhanced security enabled in options. We are investigating this issue to find the cause and resolve it.