-
Notifications
You must be signed in to change notification settings - Fork 960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: window.sessionStorage is null #128
Comments
For someone trying to reproduce this, I've seen this error active when Firefox and Safari are in private browsing modes, and when Safari has cookies disabled. |
Care to add a PR that additionally handles the case where |
@taion I can do that tonight/tomorrow, sure. |
Thanks. Looking forward to it. |
@terinjokes Did you get a chance to get to this? I'm going to merge this into #123 if not. |
Nope. Got busy and then totally forgot. Sorry :(
|
In our error logs, we occasionally see this error:
Here's the stack trace that was logged:
User agent string: "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0" which translates to Firefox 34 on Windows 7 I believe.
This seems like it was maybe an anomaly especially since we rarely see it, but I figured I'd put it out there in case it is helpful for someone else. Any ideas?
The text was updated successfully, but these errors were encountered: