Search code examples
ms-wopioffice-online-server

Add-in button shows error in office online server


I have opened the add-in button in my office online server but when I push it, there shows an error "Sorry, there is an problem" in Chinese.

I typed the code to open the add-in button:

Set-OfficeWebAppsFarm -OfficeAddinEnabled:$true

and have set the wopi server "AllowExternalMarketplace" to true.

But it still shows the error.


Solution

  • I have fixed the problem by update the OOS to the latest version. Hope this answer can help other developers.