Sync Gateway replication
I’m trying to pull documents using a SG replications between two Environments having different sg versions and different bucket structure. Source has bucket._default._default ( _default collection);...
View ArticlesaveDocument() decodeTree reading count error
I’m seeing saveDocument() errors in production logs: Code=5 "RawRevision decodeTree reading count error" CouchbaseLite 3.1.4 iOS 17.2.1 Any help interpreting this error would be appreciated! 7 posts -...
View ArticleReplication order (newest documents are usually synced last)
Hi together, is there any possibility to somehow affect the order how documents are pushed to the mobile clients? We currently face serious UX issues with increasing application usage and hence...
View ArticleCouchbase document max size delete
If Document A is inserted into the CouchbaseLite on a Mobile Device and the size is smaller than 20MB then the document will be synched to Couchbase Server via the Sync Gateway. Now I have the...
View ArticleHow can i delete attachments blob file in the android device?
in the android device, i will create much blob file every day! some days later,i want delete some blob file for save store space.but ,i don’t find any way how to delete thems in android code. who can...
View ArticleEXCEPTION: The type initializer for 'Couchbase.Lite.Support.IOSProxy' threw...
I’ve been running Couchbase.Lite.Enterprise 2.8.6 (stand-alone no sync) from Xamarin.Forms for few years now. Now all of a sudden, it stopped working due this error. It works in simulator but not in...
View ArticleCouchbase Lite certificates issue
I have SG behind reverse proxy to serve HTTP and HTTPS (WS/WSS) for my mobile application. Few days ago my certificates has been updated by certbot and now i can not connect to SG any more. I have...
View ArticleNot-In filter not available in couchbaselite
Not-in filter not supported in CouchbaseLite, is there any workarround other then having several not-equal with AND? 1 post - 1 participant Read full topic
View ArticleGetting below issue java.util.concurrent.RejectedExecutionException: Task...
java.util.concurrent.RejectedExecutionException: Task task[#11513 @1709638780425(0<0<0):java.util.concurrent.FutureTask@77f9956[Not completed]] rejected from CBLExecutor(Client worker} at...
View ArticleCollections and admin_channels/access api
I’m pretty sure I’m correct but just checking that channels are unique to collections so two collections if the user is assigned a channel of a given name say member_123 to each collection it will be...
View ArticleCouchbase Lite Patching For Asynchronous Threads
Hi Is there any ability to patch part of a document in couchbase lite ? The scenario I am trying to cater for is the following race condition I have 2 asynchronous methods that write to the same...
View ArticleSIGABRT (#0): Application crash: SIGABRT (Abort trap)
I am saving the document `let result = try database.defaultCollection().save(document: document, concurrencyControl: .failOnConflict)` then got crash. I have no clue which cause this crash. Please...
View ArticleCouchbase Lite WebAssembly (Wasm) support
I received a feature request for Wasm target support in my Kotlin Multiplatform Couchbase Lite library, Kotbase. While there have been some mentions in past discussion threads (1, 2), I wanted to...
View ArticleJARs for com.couchbase.couchbase-lite-android-ee-3.1.6 not found in Maven repo
Hi folks, added dependency com.couchbase.lite:couchbase-lite-android:3.1.6 and repo https://mobile.maven.couchbase.com/maven2/dev/ for my React Native for Android project. Seems the POM file is there...
View ArticleFailure to receive updates from the cloud
I am trying to setup a client using couch db lite to push and pull data from the cloud. These are the things I have done so far; Setup couch database on the cloud (including sync gateway) Setup a...
View ArticleNative Library Timeout Exception Android
Hi Any assistance with the possible causes of the below crash I am seeing in my firebase logs would be much appreciated, I unfortunately have not replicated it locally. Couchbase lite Android: 3.1.6...
View ArticleWhat is the proper way to monitor (and limit ?) the un-synced duration?
Hello, In our CB setup, we have users having multiple devices that connect with the same SGW user. We use the offline feature to let users working… offline. But we need to prevent them to create some...
View ArticleDocuments stopped replicating to CouchbaseLite from SyncGateway after CBLite...
I suddenly saw documents stopped flowing to CBLite DB from SyncGateway, Then I checked the logs and found the below error. 2024-04-22 00:00:55,726 ERROR [stderr] (CBL#1)...
View ArticleReplicator with custom collection and scope errors and keeps refering to...
Hi, I have set up the the sync gateway there is no default collection or scope for the sync gateway database only the dev scope and custom collections. Direct api call work fine, PouchDB can be made...
View ArticleReplicator pull not working on couchbase-lite-android
I created android native(java) todo app using couchbase-lite. My couchbase server and gatway are running on EC2 instance. On this todo app, replicator push is working. After I add todo to the app,...
View Article