ternandsparrow / wild-orchid-watch-pwa

Progressive Web App for the Wild Orchid Watch citizen science project
https://app.wildorchidwatch.org
4 stars 4 forks source link

Out of memory #47

Closed tomsaleeba closed 4 years ago

tomsaleeba commented 4 years ago

Env: Version: bdef7ac.20200826-152421 OS: Android 10 on Samsung SM-N960F Browser: Chrome Mobile 84 1 event from 1 user.

We've seen this error:

Failed to process Db record with ID='94707080-e925-11ea-99d0-09b88b2be915' DataCloneError: Failed to execute 'put' on 'IDBObjectStore': Data cannot be cloned, out of memory.

...which comes from store/obs.js:1083.

There's not much we can do here. First we'd need to see how it was caused. The only fix would be to be more conscious of how much memory we use.

tomsaleeba commented 4 years ago

Closing right after creating so we have a record of this happening.