CBL 2.6 arr index
@117 wrote: Can I do indexing on the properties of json objects that are stored in the array and will it make sense ? Posts: 2 Participants: 2 Read full topic
View ArticleLiveQuery Missing Channel Changes
@paulr wrote: I have a weird issue that combines sync, live query and changing a channel. TLDR: I have data where I change only the channel, and in certain specific circumstances, that change will not...
View ArticleUpdating blob is not including metadata
@newbee wrote: I’m trying to Update a specific document with attachment, but the blob attached remains the same after update. I already pull the specific document and update it using MutableDocument...
View ArticleHelp with migrating from bucket shadowing to Web-Mobile Data Sync
@newuser wrote: Hi, I am totally new to Couchbase but have to take over an application that includes both a mobile client and a web client. The app uses outdated Couchbase server...
View ArticleLargeDatasetGenerator usage example
@paolo.morgano wrote: I’m trying to use LargeDatasetGenerator from couchbaselabs/ couchbase-mobile-tools repo. Does anyone can share some usage example? I’ve been able to build and run it, also...
View ArticleXamarin Android Replication Crash
@blimkemann wrote: I just updated my app to Xamarin Forms 4.3.0.908675 and as of today 4.4.0.991265 as well as targeting Android Q. Now, a pull replication I have crashes the entire Android app after...
View ArticleOneshot push replication creating ~1500 documents crashes SG 2.6
@benjamin_glatzeder wrote: SG 2.6 (Couchbase Sync Gateway/2.6.0(127;b4c828d) CE) Ubuntu 16.04 CBL 2.6 Android This issue might be related to CBL 2.6: Does SG need more RAM? Initially only? and a fix...
View ArticleDocument ID format
@Pio wrote: Hi, we are using an ORM library in our web application which is storing the document IDs in a specific format like “objecttype::123456abcdef”. Now we want our mobile apps (Android and iOS)...
View ArticleWebsocket status 1002: "Server failed to upgrade connection"
@victorberger wrote: Hello, I am attempting to upgrade my existing service to use SSL for secure connections/replications. When I try to connect to my endpoint of format “wss://xxx.com/bucket”, I...
View ArticleUnable to get data of Keys with capital letters
@abdulghani200 wrote: Hello, I was trying to fetch a document from Couchbase Server. It had a key with all caps. for e.g. : “PIN” I was not able to fetch data for this specific key. All other keys...
View ArticleBuild fail - Couchbase Lite C on Linux/Debian 11 (Bullseye)
@MagisterTechnicus wrote: I want to compile the latest version of couchbase lite c (commit 1f05a58ea0e8673ffcadb4e11d11b9c3281c650a Sun Nov 10 16:15:44 2019 -0800) but the build fail. This is was I...
View ArticleHow to query nested object in couchbase lite in android
@Steve1 wrote: My couchbase document looks like this: { “Apple”: { “color” : “red”, “weight”: “10” }, “Orange”:{ “color”: “orange”, “weight”: “20” }, “Banana”: { “color”: “yellow”, “weight”: “20” } }...
View ArticleCB lite android crashes on release
@filipraj wrote: In my flutter app I’ve been using cb lite as native android lib. Recently the app started crashing on startup with error:...
View ArticleSync Gatetway Config attribute: import_docs = continuous
@FarisAhmed wrote: Hi, In the sg config file description here: https://docs.couchbase.com/sync-gateway/current/config-properties.html#databases-foo_db-import_docs it is mentioned that property...
View Article"Failed to obtain content from BlobStore" happens intermittently when pulling...
@christianfloisand wrote: I’ve been seeing a rather strange and intermittent issue when replicating document(s) containing a Blob. I’ve logged this issue on the Couchbase Github here (please follow...
View ArticleIssue when publishing to Apple AppStore
@jda wrote: I have received feedback from Apple where they reject my app for testing. The reason I put it here is that it seems to have to do with sockets/websockets - that I know Couchbase use for...
View ArticleHow to get couchbase file based logs in ios from iPhone?
@itssrinadh wrote: I have read following code from couchbase document, how can we check those logs in real device? let tempFolder = NSTemporaryDirectory().appending(“cbllog”) Database.log.file.config...
View ArticleCould you help me with Android development?
@Camill wrote: Hello! Hope that this is the right place where I can ask this question. I’m with a furniture company and we have our own website and the mobile version of this website as well. However,...
View ArticleRecommended approach for handling sync when Couchbase server has millions of...
@theunsa wrote: Hi My Couchbase (CB) model represents multiple companies, each with multiple users. The companies typically have 10k-100k documents each. All docs are in one bucket. I have both a web...
View ArticleDefeat Jank in a long initial sync
@DougWhitehead wrote: I have a long initial sync of a CBL to a Gateway, it takes some 26 minutes to obtain 880K docs in a single bucket. There seems to be a half life in play. As the sync continues...
View Article