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
if I update a doc and then try to sync this doc to a remote db - pouchdb throw this exception:
Error: There was a problem getting docs.
at finishBatch (pouchdb-6.1.1.js:13009)
If I create a new doc in an empty db (local and remote) the first sync works well.
Here is the code of my crypto transform (I am using sjcl because it works well on iOS Safari) :
It seems that in some cases (some adapters?) the PouchDB's bulkGet() internally calls get(). This is not detected by transform-pouch, which in turn calls outgoing() on the returned document two times - at get() and at bulkGet().
Hi,
if I update a doc and then try to sync this doc to a remote db - pouchdb throw this exception:
Error: There was a problem getting docs.
at finishBatch (pouchdb-6.1.1.js:13009)
If I create a new doc in an empty db (local and remote) the first sync works well.
Here is the code of my crypto transform (I am using sjcl because it works well on iOS Safari) :
The text was updated successfully, but these errors were encountered: