Unable to load add-in with Word/Office Online Server

Mertens, Andreas 1 Reputation point
2021-11-23T23:24:33.48+00:00

I have completed the development of an add-in for Word, but I am having troubles getting it to load in a Word Web App using the Office Online Server. The error I get says:
Add-in Warning This add-in is not available in Office Online. Open this document in desktop version of Office to use the add-in.

I have tested this and it does run correctly with both the Word Desktop app (MS 365) and with Word on the Web via SharePoint/MS 365.
I am also using OpenXML to add the necessary tags to allow this to auto-open when the document is loaded. And using the FileShare option to indicate where the manifest is located.

I have been searching and have found no information on what might cause this warning.

I have also used the npm office-addin-manifest validator, and it found no issues with the manifest. It also stated that it supports (among other things) Word on the Web.

If anyone has any insight as to what the issue is, it would be appreciated.

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
646 questions
Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
931 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mertens, Andreas 1 Reputation point
    2021-11-24T15:42:52.31+00:00

    This isn't about loading 3rd party add-ins. This is an add-in that I have developed. The issue stands around how to deploy it for Office Online Server. The add-in works perfectly fine when deployed to Windows 365 (desktop or web app), but fails when loading with Word in Office Online Server. Why is this failing when it works with the other versions of Word?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.