OfficeDev / Outlook-Add-in-On-Send

Learn how to check for restricted words in an Outlook email message body, add a recipient to the CC line and check that there is a subject in the email on send.
MIT License
35 stars 31 forks source link

outlook Addin says "is working on your request" and doesnt finish #27

Open mkondadg opened 2 years ago

mkondadg commented 2 years ago

I deployed an outlook addin using sideloading and the webserver URL is accessible if i try from a web browser. But when I test it using outlook application / outlook web, it says

"myaddin is working on your request" for some time and then displays "addin couldnt complete. Please try sending this message later. Dismiss this message"

How to debug / check logs to see why the request is not sent properly to webserver ?

shff commented 2 years ago

I can reproduce this issue in https://outlook.office.com/ , same exact behaviour.

It does work when clicking "Send" a second time, though. That's not a sensible workaround for end-users, though.

mkondadg commented 2 years ago

My problem was with the improper certificate on my local webserver. Once I fixed it, Send is working properly 1st time.