We are getting lots of this kind of errors on bugsnag and almost all of them from ios mobile devices with all browsers. What does this error imply?
Asked
Active
Viewed 688 times
0

Nurullah Macun
- 472
- 6
- 17
-
It's impossible to know without seeing where `e.response.status` is coming from. Also, it might be that your sourcemaps are messed up so Bugsnag isn't highlighting the right line that raised the error. – Andrew Li Mar 11 '21 at 18:38
-
so, this isn't about localstorage at all? – Nurullah Macun Mar 11 '21 at 18:40
-
1Could be the case. I might check your sourcemaps because the error looks more like a problem with an asynchronous fetch or similar than a localStorage retrieval. – Andrew Li Mar 11 '21 at 18:54