Thank you @Hideki doing that change worked and the cookie is being sent 
successfully and sync works now.

There is one more issue that i guess is due to updating plugin to the build 
you gave. I use cblite's _changes feed with include_docs :true to update my 
application UI when doing push or pull. 

Below is the code for starting the _changes feed

config.db.changes({
     since: config.info.update_seq,
     include_docs: true
   }, function(err, change) {
     console.log(change);
    var doc=change.doc;
})

Before updating the plugin i was able to get the entire document in that 
doc variable whenever a new doc was added or modified. But now after 
updating the plugin i get null always whenever any new is added or modified 
and because of it i am not able to update my UI whenever changes are made 
to cblite via replication.

Can u please check this ? Also i checked the docs to make sure i set the 
include_docs query param correctly while starting _changes feed and it 
seems correct. Any help will be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/8e24d1bf-aab0-4b1b-afe3-9ef32f3d6d48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to