After switching to Android API 34 in my Xamarin android project,I get the...
After switching to Api 34 in my Xamarin android project, I get the error ‘one of receiver_exported or receiver_not_exported should be specified when a receiver isn’t being registered exclusively for...
View ArticleCouchbase-lite-c: Build a static windows lib without any DLLs dependencies?
I would like to try out the couchbase-lite-c library, but I need a static version of the library so that it can be embedded in a (Windows) executable without having to ship a DLL. Is that possible?...
View ArticleMicrosoft Entra / WebSockets problem
Trying to deploy a mobile data-capture application from a 3rd party vendor, into a customer site using Microsoft Entra - both as Application Proxy and for SSO. Intercepting the web traffic from my...
View ArticleN1QL syntax error parameterized query
Here is my query: SELECT * AS data FROM Products WHERE Category LIKE CONCAT('%', $param0, '%') AND OrganizationId = $param1 ORDER BY Sku ASC LIMIT 1000 OFFSET 0 The error I get is: N1QL syntax error...
View ArticleDocuments will not read per Documentation
We appear to be missing something when it comes to a simple document read. We are using the Hotel structure presented in the documentation and one set of code works (from the documentation) and a...
View ArticleSync Gateway doesn't import documents
Hi all, I’m managing several Sync Gateway instances which are using ISGR to replicate documents on different Couchbase servers. Using the SG 3.1.11 EE, I observed that often some document is not...
View ArticleAfter upgrade to Couchbase.Lite 3.1.7.0 .NET windows application installing...
Hi, In our .NET windows application, We recently upgraded Couchbase.Lite to 3.1.7.0 but we got an error at CouchDatabase = new Database(“xxxxx”); Researched on this and found that it’s because of...
View ArticleAvailable solution for performance testing between sync gateway and mobile
Hello Couchbase specialists Our team is about to upgrade from Sync Gateway 2.8 enterprise edition to 3.2 EE. Now we are planning to run performance testing between mobile and sync gateway. There are a...
View ArticleC# .NET application exits with code 139 on Mac but not Windows
I am attempting to setup replication between a .NET (8.0.403) C# application using Couchbase Lite (3.2.0), and a Couchbase Server + Couchbase Sync Gateway running in docker containers on the same...
View ArticleDelta Sync Warnings and Crashes
Hi I am busy testing delta sync capability on android, I am seeing the following behavior, can anyone advise if this is normal? We have the following versions: Couchbase lite android: 3.2.0 Couchbase...
View ArticleCouchbase Lite on ESP32
I’m interested in running Couchbase Lite on an ESP32 device. I found some commits that look like Fleece can be compiled to run on the ESP32, but no evidence that Couchbase Lite can be run on there....
View ArticleHi their can someone pls provide assistance on what could possible be causing...
3 posts - 3 participants Read full topic
View ArticlePropagating errors from query flow to outer catch block
I admit…the design have issues but looking for a quick solution for now. I have this code try { val query = query goes here val queryFlow = query .queryChangeFlow() .map { queryChange -> val err =...
View ArticleNot Authorized Error in cbl-template-app-maui-todo Example
Hi, I’m brand new “refugee” from MongoDb Realm fiasco, looking to migrate to Couchbase Lite for offline first, “end-user centric” app on mobile and desktop via .net maui. I’m using the Realms...
View ArticleCBL C++ examples
Are there any usage examples of the C++ API for CBL? It would be very helpful to have step by step instructions and/or example code to look at. Thanks 6 posts - 3 participants Read full topic
View ArticleConstraint to sync gateway users
Howdy Please kindly advise any constraints (length, any special characters should avoid) while creating sync gateway users. I checked following document and couldn’t find any related information Users...
View ArticleSync Gateway Keycloack configuration
Hello, I am trying to integrate Sync Gateway with Keycloak. Is this also possible with the Community Edition? I cannot find in the documentation if this only applies to EE. In advance, I would...
View ArticleAndroid query native crash
cb version is 3.1.9 This only occurs on one database, the others are normal 11-04 10:45:30.771 F/DEBUG (11431): uid: 10295 11-04 10:45:30.771 F/DEBUG (11431): tagged_addr_ctrl: 0000000000000001...
View ArticleSync Gateway Replication Issue After Reingesting Documents in a Channel
Hello, I’m reaching out for guidance regarding a replication issue we’re experiencing after updating document content in one of our “modules.” Background: In our setup, a module is a logical grouping...
View ArticleCouchbase Lite Encryption - Java
I want to get some info on these encryption areas: From an application security aspect, I’d like to know more about Couchbase Lite encryption. Is SEE (SQLite Encryption Extension) still being used in...
View Article