I'm only getting this message in Chrome. Firefox works just fine. I've been debugging trying to find at what point this error is happening and can't seem to nail it down. The exact message is, "Uncaught TypeError: Cannot call method 'shift' of null" from all.js:57.
Also, I'll note a few other things that may help you help me:
- I'm loading the SDK as a requirejs module. I've tried loading it the "normal way" as well but the result is the same.
- It's not happening locally, only on our staging server. This makes me think it has something to do latency during the SDK load.
- It's only happening in Chrome. Firefox works as well as Safari. The only difference in Safari is that I see a similar error stating that it's a type issue. The message there is "'null' is not an object (evaluating 'queue.shift`)" @ debug.js:2712 but it doesn't break the app.
Any help and/or insight here would be great. Thanks!