Sync Gateway 4.0 CE: BLIP v4 ISGR pull stores a new document with...
Hi Couchbase team! We are seeing a repeatable receiver-side problem with brand-new documents pulled through Inter-Sync Gateway Replication (ISGR). A new document created on the cloud reaches the local...
View ArticleEdge Server documents with attachments
When we connect the edge server to our sync gateway we see that attachements to document are also being downloaded and stored on disk. We assume this works because Edge server is 3.* and our...
View ArticleConnecting a 4.0 client to the edge server
We’re currently testing the edge server and are so far impressed by it. Provisioning it with 2 jsons is a breeze! What we really miss, and is actually a disapointment, is that when we connect a 4.0...
View ArticleCBL 3.x to 4.1 upgrade issue: invalid revision history, sending a noRev to...
Sync Gateway version: Couchbase Sync Gateway/4.1.1(2;6bdbe7d) CE Couchbase Server version: Couchbase Server Community Edition 8.0.2 build 5503 Sync Gateway log: [WRN] c:[429e1f68]...
View ArticleiOS vector search extension published to CocoaPods
Working on updating Kotbase to CBL 4.x, I noticed that the iOS vector search extension library hasn’t been published to CocoaPods since v1.0.0. 1.0.1 and 2.0.0 aren’t available on CocoaPods. The docs...
View ArticleNative SIGSEGV crashes in couchbase lite android
I’m using “couchbase-lite-android” version 4.0.3 with community edition sync gateway version 4.0.3(21;51b11b0) CE I’m observing few crashes reported by bugsnag during Couchbase FLEncoder operation...
View ArticleWhile Saving document getting error:
Can’t show source file for stack frame 21: -**[CBLCollection saveDocument:concurrencyControl:error:] The file path does not exist on the file system:...
View ArticleDatabase Error SQLite error (code 1): statement aborts at 32: fl_callback:...
This application is a Couchbase Lite C (3.x) client built as a Qt Linux application that performs continuous pull replication from a remote Sync Gateway (Flex Sync) endpoint. After replication...
View ArticleKeep receiving warning whenever connection is attempted using Replicator
I’m using couchbase-lite-android package version 4.0.3 While attempting connection with sync gateway, I keep receiving an warning stating- [JAVA] Cannot get cookies for...
View ArticleSlow after updating CouchBaseLite version for iOS
Good morning, after upgrading from version 2.8.0 to 3.3.0 of Couchbase Lite, we have been experiencing a slowdown during the replication phase on some of our customers’ tablets. This issue occurs only...
View ArticleRandom CBL database corruption
Hi, we’re currently running using Couchbase lite 4.0.2 in an ASP netcore 9.0 solution. Every once in a while there is a database corruption. This is the only stack trace i’m able to get unfortunately....
View ArticleCouchbase Lite 4.0.2 crash in production after upgrade from 3.2.4 (Fleece...
Hi Couchbase team, We upgraded Couchbase Lite Swift Enterprise from 3.2.4 to 4.0.2. All of our local QA/testing passed, but we are seeing a production-only crash after the upgrade. The crash happens...
View ArticleFailed to insert 'doc-1' #XXX: LiteCore BadRevisionID, "Invalid version...
I’m testing out Couchbase Mobile + Sync Gateway Platform: Android 4.0.2 (Kotlin) Sync Gateway: 4.0.2 enterprise Couchbase Server: 8.0.0 enterprise Reproduction: GitHub -...
View ArticleCouchbase Lite Android – Replicator fails with Invalid docID/revID in...
Replication initially connects correctly to Sync Gateway, but fails when processing document updates. First revision of a document replicates correctly Subsequent updates (new revisions) fail...
View ArticleCollection is not present or database is deleted or close error throwing...
Error Domain=CouchbaseLite Code=6 “Invalid collection: either deleted, or db closed” UserInfo={NSLocalizedDescription=Invalid collection: either deleted, or db closed} This error I am getting while...
View ArticleCreate an index on an empty collection
Is it supported to create an index on a non-existent brand-new collection in Couchbase Lite? I am using com.couchbase.lite:couchbase-lite-android-ktx:4.0.2 with the following Kotlin: private val...
View ArticleUpdate an int value to (null)
So I have a document that have an int value set. But I want to set it to (null) and push changes. setInt accepts only Int, not Int?. and when i use setValue, it is set to null (string) that my parsers...
View ArticleLIKE clause with internal quotation marks: syntax error
Suppose I want to query for all Foo documents that have a title property equal to: blah"blah in Couchbase Lite 4.x. This is trickier than it would appear, so I’m documenting it here for when future-me...
View ArticleNative Crash (SIGSEGV) in libLiteCore.so after upgrading to Android SDK 4.0.0
Hi Couchbase Team, We recently upgraded our Android application to Couchbase Lite 4.0.0, and since the release, we are seeing a significant spike in native crashes in production. The crash occurs in...
View ArticleOperational Transforms for Conflict Resolution on Roadmap?
The new “last write wins” default conflict resolution in 4.0 still isn’t ideal for multi-user sync scenarios. Is there any plan for Operational Transforms instead? The current conflict resolution...
View Article