office365 - In Office Apps - Cannot redefine non-configurable property 'context'" -


this similar in office apps excel 2013 - cannot redefine non-configurable property 'context'".

however happens on ie 11 , edge. use case followin: open outlook or office application add-in. run pop-up oauth, on popup close redirect iframe page.

first time open addin , finish oauth flow working correctly. when close add-in , open again (this time redirect done automatically because user authentication , recognized cookie) office add-in fails start, when restart manually few times open , work correctly.

error i'm getting is: cannot redefine non-configurable property 'context' in office.js (o15apptofilemappingtable.js (11,3563))

edit: issue occurs on firefox , chrome, handled more gracefully , add-in doesn't crash, starts error logged console.

in end issue there 2 office.js libraries of different version referenced. when older 1 removed, issue gone.


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -