Open mailchecktool-admin opened 2 weeks ago
@exextoc After conducting repeated investigations to reproduce the issue, we have made some progress and would like to update you. We confirmed that following the steps below results in a high probability of this issue occurring. (Please ensure the sample add-in is installed beforehand.)
Steps to Reproduce:
Hey @mailchecktool-admin ,
Unfortunately I cannot reproduce the issue in the add-in you have provided. #4799 is a similar issue that we have tracked in our backlog, however it seems that issue is with the handler taking a lot of time, and in your scenario, you seem to report that the add-in takes a long time to start execution- unfortunately that scenario is not reproducible for us.
It would be great if you could provide us with additional logs that can help us debug this issue for you. Please follow this guide to collect logs for Outlook: https://github.com/OfficeDev/office-js/wiki/Collecting-log-files-for-Outlook-Add%E2%80%90ins-issues
Hey @mailchecktool-admin ,
Please do not share HAR files over public posts since they may contain sensitive information. Please add these to a private repository and give access to @exextoc for the same. You may revoke access once your issue is answered.
Your comment has been deleted for privacy reasons.
@exextoc @mobisw-msft I apologize for uploading the files here. I have uploaded the data again to the GitHub remote repository. Please check it at your earliest convenience. https://github.com/mailchecktool-admin/Office-addin-sample/tree/main
Provide required information needed to triage your issue
Your Environment
Expected Behavior
After clicking the send button in Outlook, the add-in should execute immediately, typically within 1-2 seconds.
Current Behavior
There is a significant delay before the add-in executes after clicking the send button in Outlook. When the issue occurs, it takes about 15-20 seconds for the add-in to execute and display the dialog.
Steps to Reproduce
Link to live example(s)
I am storing the sample add-in.
sample add-in program https://github.com/mailchecktool-admin/Office-addin-sample/tree/main