calvinmetcalf / crypto-pouch

plugin for encrypted pouchdb/couchdb databases
MIT License
243 stars 43 forks source link

Replication failed when using crypto-pouch #14

Closed vpease closed 9 years ago

vpease commented 9 years ago

Steps to reproduce: 1- Create de Database 2- Encrypt it 3- call PouchDB load to insert local dump of remote data. Parameters Proxy and dbFilter are set. 4- Data encrypted Ok. 5- Call Server to Local replication with db.replicate.from. Parameter dbFilter is set to the same one in Load. ERROR 409 BULKDOCS ERROR generated.

If i skip step 2, everything works fine.