We have developed an addin which had been working really well with your standalone outlook clients. It is a script based taskpane-type addin. Recently, some of our end users have started experiencing problems during the loading of the addin. I cannot reproduce the same issue on my machine (Windows 10 B1909 and Office MSO 16.0.12325.20280). I was thinking that this was an issue related to Outlook-moving-to-EDGE-dropping-IE. (https://docs.microsoft.com/en-au/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins)
Note also that our addin is still working fine with the browsers (OWA). The issue we are having is right now with standalone clients.
Do you have anything in your documentation or knowledge-base that can potentially cause the following?

Thanks.
Thanks for reporting this @glr0221.
This seems like a product issue, so I'll transfer this to the appropriate repo. @exextoc, can you investigate?
Usually bugs like this mean that your add-in hasn't even been loaded yet.
On customer machines that are failing, do ALL add-ins fail to load or just yours
What versions of Outlook/Windows are the failing machines on?
If they are failing on IE, then it could be they have IE settings that are preventing the add-in from being reached/loaded. (see https://docs.microsoft.com/en-us/office/troubleshoot/error-messages/apps-for-office-not-start)
@exextoc @AlexJerabek
Thank you for your quick replies. There are currently at least 2 client-companies affected by the issue. I am collating all the data so please give me some time. Thanks again.
Thanks. We will wait to hear back from you.
@exextoc @AlexJerabek
Sorry for the delay. This is the best set of data we have gathered so far :
In one other report one of our end users started experiencing it recently in his test machine before he rolls it out to everyone. So in his tests he found the following :
Final NOTE : Is it possible that this is connected to the update you guys had on "office.js" released last December 12, 2019?
Unfortunately, I cannot reproduce the issue on any of my test machines, and in any test machine in our test network. Or else I would have shared whatever notes I had on this issue. So any help / feedback would really be appreciated. Our addin is currently used by a LOT of end users but only a few have come back to us with more details on the issue.
Thank you always. Your prompt assistance is sincerely appreciated.
@exextoc
Probably linked to this : https://github.com/OfficeDev/office-js/issues/902
Just a quick update, it turns out this is not related to the above ticket.
Were you able to determine whether IE configuration was causing an issue for some of the users?
Note that starting in Office version 16.0.11629, Edge WebView replaces IE within Outlook for users running Windows version 1903 or later. So if it the issue is caused by IE configuration, updating Office may be an alternative option to resolve the issue for those users.
We aren't aware of any specific issue introduced in Office version 1904 that would cause this error. But given that 12325 seems to have helped in one case, could the first customer try updating to that version if it's an option?
If not, could one of the impacted users use the "Send a Frown" button (under File > Feedback) to report the issue? This will send diagnostics information to the Office team.
@exextoc
Were you able to determine whether IE configuration was causing an issue for some of the users?
Yes, our clients did the workaround.
Thank you very much. I will send your instructions to our client. I will ask them to send a feedback to send some diagnostics your way. And include the url for this ticket if that helps. Thank you very much.
Yes, our clients did the workaround.
@glr0221 Thanks for the update. Do you mean that the suggested fix resolved the issue, or that the issue persisted after the workaround was implemented?
@exextoc Yes, the issue persists even after the IE Configuration workaround. I talked with our Customer support team and they told me that this is their first step IE Configuration when troubleshooting this problem. For the mean time, I told our clients to update their versions as this may be a "version-specific" bug or submit a feedback to you guys if they still can reproduce the issue. I will also update this ticket with anything we find along the way. Thank you again, we really appreciate it.
You're welcome. Please let us know if there is anything else needed, and we are happy to help if there are any more questions.
Most helpful comment
Usually bugs like this mean that your add-in hasn't even been loaded yet.
On customer machines that are failing, do ALL add-ins fail to load or just yours
What versions of Outlook/Windows are the failing machines on?
If they are failing on IE, then it could be they have IE settings that are preventing the add-in from being reached/loaded. (see https://docs.microsoft.com/en-us/office/troubleshoot/error-messages/apps-for-office-not-start)