You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to load collection with attachments as images. I'm receive error
TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be one of type string, TypedArray, or DataView. Received type object
at Hash.update (internal/crypto/hash.js:58:11)
at binaryMd5 (/home/ivan/Desktop/work/cloud-pouchdb/node_modules/pouchdb/lib/index.js:4467:41)
It is because we try to generate hash from attachment which is Buffer
{"data":{"type":"Buffer","data": ARRAY }}
Has anyone played around with loading databases with large media assets? Perhaps from a single zip file?
The text was updated successfully, but these errors were encountered: