You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing a 'Invalid calling object' exception in IE 11 when calling jwtDecode with my token. Other browsers seem to all be working.
It looks like this may be related to not binding window.atob in lib/atob.js when the polyfill isn't used.
Stack:
{exception} :
description: "Invalid calling object",
message: "Invalid calling object",
name: "TypeError",
number: -2147418113,
stack "TypeError: Invalid calling object\n at b64DecodeUnicode (eval code:4:3)\n at module.exports (eval code:29:5)\n at module.exports (eval code:10:3)\n at updateAuthToken (eval code:34:3)\n at auth (eval code:96:7)\n at combination (eval code:117:7)\n at dispatch (eval code:179:7)\n at Anonymous function (eval code:208:13)\n at Anonymous function (eval code:14:9)\n at Anonymous function (eval code:140:9)"
I'm seeing a 'Invalid calling object' exception in IE 11 when calling jwtDecode with my token. Other browsers seem to all be working.
It looks like this may be related to not binding window.atob in lib/atob.js when the polyfill isn't used.
Stack:
Manual checks via debugger in b64DecodeUnicode:
The text was updated successfully, but these errors were encountered: