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.
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.