I am facing an issue with Nextcloud 30 and Microsoft Office Online Server 2019. When editing an Excel document in Excel Online using Chrome or Edge, closing the document and reopening it causes a duplicate session for the same user. However, this issue does not occur in Firefox.
Has anyone encountered this issue before and found a solution? Any help would be greatly appreciated!
Extract the installer from the CAB file using built-in Windows Server tools.
in Powershell check your farm settings and save for using in further
Get-OfficeWebAppsFarm
In PowerShell, remove the existing Office Web Apps farm:
Remove-OfficeWebAppsMachine
Install the update. If the installation completes successfully, the server will prompt for a restart.
After rebooting, recreate the farm with the same parameters as before:
New-OfficeWebAppsFarm -InternalUrl โhttps://farm.domain.comโ -ExternalUrl "https://farm.domain.com"
-EditingEnabled `
-CertificateName โnameโ
*use whole name which you see in CertificateName field in output of Get-OfficeWebAppsFarm cmdlet