What does sync gateway reset option does in the replicator.start(reset:true)
In the replicator we have a option to reset the checkpoints, by setting reset:true, what is the functionality of it, does it actually restart the whole replication operation, deleting the previously...
View ArticleSelf deployed couchbase server on aws ec2 + sync gateway slow speed
I have deployed a couchbase server + sync gateway implementation on an EC2 instance though when I tried to sync the docs (~2 million) syncing speed is quite slow as compared to capella + sync gateway,...
View ArticleError "CouchbaseLiteException: CouchbaseLiteException (LiteCoreDomain / 20):...
Hello Team, I am facing below raygun issue on production at the time of couchbase database connection which I am not able to reproduce at my local build. CouchbaseLiteException: CouchbaseLiteException...
View ArticleUnable to start Sync Gateway with Couchbase local cluster
Hi, I am new to couchbase and I am trying to setup sync gateway with local couchbase cluster and cblite db on Android. I am unable to get sync gateway to run. Getting the following error...
View ArticleFTS on nested objects
Hi, here’s something that I haven’t see explained in the docs. I’m trying to build an FTS index on a Couchbase lite database. My documents has an array of nested objects, something like: { name:...
View ArticlePurging documents via Sync Gateway endpoint is not removing the documents...
Hello, I am trying to purge the documents from a bucket using the Sync Gateway API, the endpoint response is a success, however, I am still seeing the documents in the bucket. Sync Gateway...
View ArticleDoes Full Text Search support the "contains" search type?
Does it support a search type like “CONTAINS” using full text search? We can do this in sql as follows: 'LIKE %test%' But I couldn’t see anything like that in Full Text Search. At the moment, I was...
View ArticleCouchbase Lite (iOS): invalid address access while closing a web socket...
Hey all! I’ve been seeing a lot of crashes in production with this exact stack trace. Wondering if anyone has seen anything similar or if this is a known issue I haven’t found yet. Crashed: WebSocket...
View ArticleCouchbase performance test with k6 plugin
Hi All, I have created an extension to do a load and performance test on couchbase using k6 here. The extension is also listed in K6 website(Docs k6.io - Performance testing for developers, like...
View ArticleConfig for multi tenant application
Hi, I’m trying to create an application similar to the multi-tenant example here Scopes and Collections Support in Couchbase Mobile for Edge Applications Essentially, let’s say I have two users, each...
View ArticleCapella - SyncGateway Public API
ChangesFeed Public API used to work in NodeJS 12.x with Old CB server, but it is not working CB Capella. Those APIs are working fine in Postman. @Couchbase @CouchbaseTrial Please help!! 1 post - 1...
View ArticleNew name _sync:user document
I have two completely separate instances of Couchbase + Sync Gateway. Couchbase 7.1.1 + Sync Gateway 3.0.4 Couchbase 7.1.1 + Sync Gateway 3.1.0 When logging into my app, the id token is used to create...
View ArticleHow to convert a n1ql statement into mobile sql++?
I use couchbase lite 1.4 on ios and i’m trying to upgrade to 3.0. i have a n1ql query i can run on the server, and i previously used a couchbase lite view on the ios app. i’m trying to get this to...
View ArticleCouchbase lite with zipvfs
Hi, I understand that underlying database for couchbase lite is SQLite. Is it possible to use zipvfs extension Zipvfs: Home Page. 1 post - 1 participant Read full topic
View ArticleError: Attempting to JIT compile method
I’m running a piece of code that opens a db, then fires up the sync engine. On the iOS simulator it works, on the Mac it works and on iOS it doesn’t work, although it worked prior to the 3.1.0...
View ArticleCouchbase meta xattr channels field
Hi Team, Need some clarification on the xattrs._sync.channels field. for each channel change we see seq/rev update. Is there a way to limit these updates or ignore this? for one of our document we...
View ArticleConflict already resolved: Unable to select conflicting revision for doc
Hi I have recently started seeing this warning in my logs, I think it coincided with upgrading couchbase lite to version 3.1.0 in Android. Conflict already resolved: Unable to select conflicting...
View ArticleHow to: SG 3.1 with scopes&collection replication
Hi, I’m using Couchbase 7.1.3 EE and SG 3.1.0 EE. Up to the latest news, this set up should allow the replication of named scopes and collections by the Inter-SyncGateway Replication. Anyway, I didn’t...
View ArticleFeasibility of Building a Chat App using Couchbase Server, Sync Gateway, and...
I am currently exploring the feasibility of using Couchbase Server, Sync Gateway, and Couchbase Mobile Lite to develop a chat application for both iOS and Android platforms. The app will feature chat...
View ArticleCapella - Save Attachments (SyncGateway/CB SDK)
Hi, I’m unable to save attachment through AppServices when connected to Capella - Request response is 403 Forbidden. GET is working as expected. It is throwing 403 Forbidden error whenever I’m trying...
View Article