I have no idea why I’m getting this error in my console log. It doesn’t come with any explanation nor does a google search turn up anything useful. So, maybe I should just ignore it because its name seems to suggest it’s ignorable. There does not seem to be any effect on the operation of the code. If there were an effect, I could narrow down where it’s actually happening. As a result, including source code here is not helpful. Nonetheless, call me crazy but I really don’t want errors showing up in my server log, even if they claim to be ignorable.
Figured it out. I was putting more than 50kb onto my session storage. Not a useful error message.