Open
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