Skip to content

Add-in Works Fine in Web Word Application but Shows Error in Windows Word Application #921

Open
@shivyash9

Description

Issue: Add-in Error in Windows Word Application

I have created a Word Add-in using the yo office generator in React, with the backend served by multiple microservices in Ruby.

When I run all the microservices in HTTPS mode and start the UI with a valid certificate, the Word Add-in loads and works properly on the desktop version of Word on the web (https://www.office.com/launch/Word) for both Chrome and Edge.

However, when I try to open the same Add-in in the Windows Word application, I encounter the following error:

Add-In Error: The content is blocked because it isn't signed by a valid certificate.

Configuration:

  • Add-in built with React and backend in Ruby (multiple microservices).
  • HTTPS configuration with valid certificate.
  • All certificates are installed in the Windows Trusted Root Certification Authorities store, which ensures that they are trusted by the local system and all applications, including the Word desktop app.
  • Works fine in the web version of Word (Chrome, Edge).
  • Error occurs in the Windows Word application.

What I'm missing or what could be causing this issue?

Any help or suggestions would be greatly appreciated!


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions