Open blandine opened 6 years ago
we have the same issue, our workaround is trying to cache the error and do global.localStorage.clear()
. it's failing on https://github.com/OfficeDev/office-js-helpers/blob/master/src/authentication/token.manager.ts#L81, the token expired, but the provider doesn't exist before it tries to delete.
There's a bug in the expiry logic #80 and this might be related to that. I'll fix it shortly.
Hi - I'm having this same issue. I noticed that @blandine made a commit to @neoreeds's fork but that no pull request was opened. @WrathOfZombies What's the current recommended fix for this issue?
@wilsonyqm your trick still working.
Hi,
I use office-js-helpers in an Excel addin. The authentication helpers works well the first time on IE11 and Edge. But after reloading the addin, this errors appears in the console and the addin can't load :
I don't know yet if it's related but I can't get my addin work anymore in Excel. Everything is ok in Chrome and Firefox. Thanks for your time