I have an Ionic/Angular application built for ios devices which works with text data and images (stored as attachments). Recently, we've switched from using the idb adapter to the indexeddb adapter to gain access to the purge function, but we're now noticing errors related to attachments which we hadn't encountered when using the idb adapter. Mainly, when using the put or bulkDocs functions to update attachments, we'll sometimes get the error: "Error preparing Blob/File data to be stored in object store". Does anyone have thoughts/ideas on why this is happening? Thanks in advance.
I have an Ionic/Angular application built for ios devices which works with text data and images (stored as attachments). Recently, we've switched from using the idb adapter to the indexeddb adapter to gain access to the purge function, but we're now noticing errors related to attachments which we hadn't encountered when using the idb adapter. Mainly, when using the
putorbulkDocsfunctions to update attachments, we'll sometimes get the error: "Error preparing Blob/File data to be stored in object store". Does anyone have thoughts/ideas on why this is happening? Thanks in advance.