EdwardKenway
EdwardKenway

Reputation: 161

Couchbase sync-gateway

Recently I've installed couchbase sync-gateway, and i'm having following issues from step one,

1) When doing an initial replication from couchbase to pouchdb through syncgateway, there are excess documents coming through. Eg: Having only 3 objects on couchbase bucket but syncgateway returns more than 3 documents.

2) Inconsistent data when using filters

There's no proper document/log why this is happening. Does anyone know why this is? And how to resolve them

Upvotes: 2

Views: 127

Answers (1)

arihant rk
arihant rk

Reputation: 101

For issue 1. It is expected behavior from syncgateway. Syncgateway has its own meta information on each documents inserted through syncgateway and some _sync:* documents for its own identification/use. you can ignore these documents. 2. What do you means by insertion of data by filter?

Upvotes: 0

Related Questions