Changes feed skipping the documents those are created using collections
Hi, I am unable fetch the documens that created to collection directly using ths sync gateway And also those documents are skipped in the changes feed {“results”:[...
View ArticleSync gatwaway 3.1.6 changes feed and cb lite replication not happeing
Question 1: How can I use the changes feed so that all documents appear in the feed, irrespective of changes? How do I call the changes feed for all collections? Question 2: I am trying to fetch...
View ArticleRace condition between replicator write and local write
We are encountering an issue where the replicator syncs changes while we are simultaneously writing changes to the same document. Although we are aware of concurrency control options such as...
View ArticleSync Gateway on Rocky Linux
Hi Will Sync gateway be supported on Rocky Linux 8/9? 2 posts - 2 participants Read full topic
View ArticleFatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed:...
Using com.couchbase.lite:couchbase-lite-android-ee-ktx:3.1.7 Found crash on Xiaomi Poco F3, Android 13 as the screenshot below; Here is the application crash log: Fatal Exception:...
View ArticleDocument.exists private API in C SDK
Could you recommend a way to call or implement this Document.exists logic from the CBL C SDK using pure C functions? The function is used throughout DocumentTest in my Kotlin Multiplatform library,...
View ArticleUNNEST Query Not Working in Java with Couchbase Lite, But Works in Couchbase...
I’m having trouble with an UNNEST query in my Java application using Couchbase Lite. The same query works perfectly on the Couchbase Capella server, but I’m encountering issues when executing it from...
View ArticleStarted getting connection errors to sync gateway
In my test environment I have started to get problems with connecting to sync.gateway from my app. These are the errors I see in the app: 2024-09-04 10:33:02.885114+0200 Angler.iOS[11742:608135]...
View ArticleCouchbase Sync Gateway Data Usage
Hi For some background we have an Android application that we run with couchbase as its main database, this database is connected with a continuous push-pull replicator to our sync gateway. I am...
View ArticleUpgrading couchbase caused issues with SATISFIES
Hi there today I upgraded my couchbase package and i run into the issue with query “SELECT META().id FROM adminDB WHERE (type = 'conversation') AND ANY v in userRecipients SATISFIES...
View ArticleTry to understand the difference between Database and Bucket from sync...
I can create a json document via sync gateway via the REST API call curl -X POST “http://localhost:4984/mydb/” -H “accept: application/json” -H “Content-Type: application/json” -H “Authorization:...
View ArticleData doesn't write to bucket defined in bootstrap
First off, I don’t know how to specific bucket in the REST API call to create a document, I follow the online doc and run following API call curl -X POST “http://localhost:4984/my-db/” -H “accept:...
View ArticleCreate Users and assign Channels using the Admin API
I need to be able to create users and manage their Channels via my Applications Admin API. I have already create my Admin Credentials but I cannot grok how to use this to connect to the Admin API, I...
View ArticleLiteCore (System.DllNotFoundException) in Release build iOS
Working through a .Net Maui application testing Couchbase as a MongoDB replacement, everything is working great while debugging but release builds (on iOS) throw the following error: at...
View ArticleDoes Couchbase has a feature data ingest same as mongodb device sync?
mongodb.com Sync Settings - Atlas App Services Learn about Atlas Device Sync settings and how to use them. Data Ingest is a sync strategy for applications with heavy client-side insert-only workloads....
View ArticleSwift `results.allResults()` removes data
Hello. Relatively new to the CBL and the forums. We have a very simple Swift issue when trying to print the results of a query. In this example, the person collection has three documents, so the...
View ArticleSwift Couchbase Lite General Questions
We have a few questions about CBL and hope someone can provide some clarity Are Couchbase Swift objects lazy-loaded. We are migrating from MongoDB Atlas Realm and that’s a feature which became...
View ArticleSimple Proof of Concept with Sync Gateway 3.20
Hello, Im trying to get the Sync Gateway running with the ios userprofile example to know, if this server is suitable for me. First problem: Was failing to run the docker compose scripts. The Init...
View ArticleError configuring syncgateway with external couchbase DB server
[DBG] RetryLoop retrying Initialize Cluster Agent after 1000 ms. [DBG] Parsing cluster connection string “couchbase://ip-xxx-xx-xx-xxx.ec2.internal:8091” [INF] Config: Couldn’t initialize cluster...
View ArticleSync Gateway Invitation Logic
Hello, Im currently trying to understand Couchbase and thinking about how to implement the following use case the best way with Couchbase sync gateway. Use Case: App has users, which can login with...
View Article