PeterBaker0 opened a new issue, #9167: URL: https://github.com/apache/pouchdb/issues/9167
### Issue iOS + Capacitor + Pouch - attachments storage causes intermittent app crash: > error preparing Blob/File data to be stored in object store Related issues: (latest): https://github.com/dexie/Dexie.js/issues/1919 https://github.com/dexie/Dexie.js/issues/1227 https://bugs.webkit.org/show_bug.cgi?id=188438 https://github.com/localForage/localForage/issues/834 As in the top link, storing attachments into indexedDB as **non blob** e.g. B64 appears to resolve the issue (though less efficient). I cannot see an obvious way to more directly tell pouch in a given environment to not use blob storage. ### Info - Environment: Capacitor iOS - Platform: Safari WebKit - Adapter: indexeddb (I think) - Server: CouchDB ### Reproduce We are seeing the issue intermittently and cannot reliably recreate. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
