Description
Unfortunately this is a pretty vague bug report but at this point I don't really know how to debug it better 😞
We have an SPA that uses fetch
(through https://github.com/stefanpenner/ember-fetch) and we're seeing a lot of FileError
s in production, all coming from Samsung Galaxies (6 and 7). The specific error is
The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired.
which seems to be related to Chrome's FileReader
implementation (see here and e.g. here). This is also the only indication I have for this being related to fetch at all since the only usage of the FileReader
API in our app bundle is within this library. Unfortunately we're not seeing any stack traces for this error in Sentry and I currently don't have an actual device to test this on.
More specifically, all of these errors (we have about 13000 events for 3000 users) are on Android 6 with Samsung Browser5.0/Chrome 51.