-
Notifications
You must be signed in to change notification settings - Fork 837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add-in Works Fine in Web Word Application but Shows Error in Windows Word Application #921
Comments
@emmasab Can you take a look at this? It seems to be more a runtimes issue than an auth issue. |
Hey Team, |
Hi @shivyash9 Could you try the following steps:
|
Hey @emmasab, I tried both approaches: Trial 1:
Trial 2:
In both cases, it still works with the MS Word website but gives the same error in the MS Word app. My hunch is that this might be due to the certificate issued for the UI being from Developer CA by Microsoft Office, while the certificate issued for all microservice backends is from localhost. [Reference: Above attached image] ![]() ![]() |
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:
Configuration:
What I'm missing or what could be causing this issue?
Any help or suggestions would be greatly appreciated!
The text was updated successfully, but these errors were encountered: