Attachment doc in sync gateway 3.X
Hi Team, we are migrating from sync-gw 2.8 to 3.x. question here is, how do we identify the binary attachment to a document. In2.8 version, we can get the sha value and prefix with _sync:att:sha then...
View Articlejava.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/internal/Util;...
Using Couchbase Lite 3.0.5 Enterprise: java.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/internal/Util; at...
View ArticleBest upgrade strategy from Community to Enterprise for CB Lite
Hi everyone, as part of a migration from Couchbase Community to Couchbase Enterprise of the entire stack (Server+SyncGW+Mobile), I’d like to know what is the recommended upgrade path among the two...
View ArticleQuery results missing keys on Couchbase Lite 2.8.5
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleCan we create user defined functions in Couchbase Lite?
I am using .Net core 6 and Couchbase Lite 3.0.2 Can we create user defined functions in Couchbase Lite? if so, Give me sample. 3 posts - 3 participants Read full topic
View ArticleCouchbase Lite 2.8.5 Android/iOS - QueryBuilder results missing properties
Hello everyone, So lately I have been seeing something quite weird in Couchbase Lite 2.8.5 that we have reproduced in both our Android and iOS application. When using the QueryBuilder, we can end up...
View ArticleFlutter android app build release variant doesnt include assets in the res...
I am new to flutter development, When i build my android project in release, the assets of the res folder are not included and the notification icons are missing, i have searched for an answer but...
View ArticleHow do OIDC /{db}/_session /{db}/_user works with multiple Sync Gateway...
Hello, we are setting up a Couchbase Sync Gateway 2.8.3 Cluster on Kubernetes with 2 nodes. (replicas: 2 in the deployment file as described here) Since Sync Gateway is stateless, how will the OIDC...
View ArticleCorrect usage of the Sync Gateway _purge API
Hi all, what is the correct format to delete multiple Documents from Sync Gateway using the _purge API of SyncGateway documented at this link? It looks like the _purge API is intended to be invoked...
View ArticleCouldn't start Sync Gateway in Docker
First time docker user. I managed to launch CB Server (defined buckets, users and etc) but when SG fails with the following error message: ~ % docker logs unruffled_jennings 2023-03-02T13:54:22.004Z...
View ArticleCouchbase Lite client replicator does not receive any new updates on...
I am trying to prototype a couchbase lite client that can sync with couchbase server database via sync gateway. Push replication is working fine, new document created by client can be replicated to...
View ArticleSync-Gw metadata question
Hi team, need some clarification on the sync-gw setup. we have a bucket which is puts data to the bucket and mobile only reads the data from this bucket(no write). In our sync-gw we have enabled below...
View ArticleSync Replication Not Working after data has been deleted from local
I had data on the cloud server I first downloaded that data to my local database through channels then I removed one of the channel from the replicator, the channel data associated with the replicator...
View Article__next_prime overflow exception
Hello, when I’m using couchbase lite (free version), after some time, ANY cache query start throwing __next_prime overflow exception. for example: when I create N1QL: database.createQuery(query) I get...
View ArticleDeleting many documents takes too long
Hello when I try to delete documents it takes too long. My function at first find the documents by few properties which takes just 3-4 seconds bet when im trying to delete it its like 60-80 seconds....
View ArticleHow can client can change a particular document's channel which is downloaded...
I have document stored locally in my application device I want to change the channel it has been associated with it, can anybody help me with this task? 1 post - 1 participant Read full topic
View ArticleWhat 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 Article