236 questions
1 vote
1 answer
86 views
Is it possible to update Couchbase App Services sync functions using the endpoint url and admin credentials [closed]
I’m trying to update a Couchbase App Services sync function from my local machine. The app allows connections from all IPs (0.0.0.0/0). Here’s what I’ve tried: Using the Admin API over HTTPS (port 443)...
3 votes
0 answers
66 views
CORS issue when syncing PouchDB with Capella [closed]
When trying to sync / replicate PouchDB from Capella (from frontend/browswer), using App Services, we get a CORS Error: Acces to fetch ____ has been blocked by CORS policy: Response to preflight ...
1 vote
1 answer
103 views
Sync Gateway Not Syncing Custom Collection to Mobile Database
I am new to Couchbase and need guidance to resolve the following issue: When I start a replication process from my React Native Android app (using Kotlin), the default collection syncs correctly if I ...
1 vote
1 answer
62 views
Pouch dB, couchbase scope and collection support
Im able to setup the couchbase server and enabled sync gateway for a bucket. However the values docs are added to _default scope and _default collection. Upon creating a new collection inside _default ...
0 votes
0 answers
95 views
Couchbase Sync Gateway randomly failing to authenticate using mTLS
We use this way to configure our Sync Gateway with Couchbase: documentation Recently I had to change the way my Sync Gateway authenticate to Couchbase from user+pw to mTLS. Previously, my config ...
2 votes
1 answer
153 views
Couchbase backup to S3 with Kubernetes service account role attachment is possible?
I am trying setup Couchbase backup to AWS S3 following the document https://docs.couchbase.com/operator/current/howto-backup.html Kubernetes (EKS) cluster setup in AWS and deployed Couchbase cluster ...
1 vote
0 answers
615 views
App not working only on browserstack IOS devices
Our cross platform app( build using Xamarin.Forms) is running successfully on all the physical devices and also on the Bowserstack Android devices, but it throws error on Browserstack IOS devices. In ...
1 vote
0 answers
92 views
Couchbase Document Revision Conflict with missing document
I was told by my team that a document that other documents are referencing is missing. I have the document saved in a backup and I'm trying to add it to the database through the Sync Gateway using ...
1 vote
1 answer
101 views
What does sync gateway reset option does in the replicator.start(reset:true)
In the replicator we have a option to reset the checkpoints, by setting reset:true, what is the functionality of it, does it actually restart the whole replication operation, deleting the previously ...
1 vote
1 answer
932 views
SYNC gateway couldn't connect to couchbase server in a docker environment
I am trying to put CB and Sync Gateway instances in docker. I managed to launch CB Server (defined buckets, users and etc) but when SG fails with the following error message after I do the following ...
1 vote
1 answer
146 views
CBLite Replicator not re-syncing after purging documents
We have an iOS application using Sync Gateway and Couchbase Server to synchronize data between our mobile clients. Now we have a use case where we are syncing Documents, by specifying Channels to ...
1 vote
0 answers
88 views
Couchbase Document with abnormal metadata
We're running Couchbase Server with Sync Gateway in our project. When I query Couchbase, I encounter documents with Metadata below. It has fields flags and expiration equal to zero. The problem is, ...
1 vote
1 answer
71 views
How can I update Couchbase Lite version 1.3.1 in Objective-C to latest Couchbase Lite version 3.0?
I am new to Couchbase lite. I have already setup of Couchbase lite 1.3.1 in Objective-C and it's working fine. I have to upgrade this with Couchbase lite 3.0. In latest Couchbase lite list of changes. ...
1 vote
1 answer
163 views
Growing number of couchbase binary documents in XDCR destination bucket
I am running couchbase enterprise edition version 6.6.2 on Windows server 2016 standard edition. I have two buckets called A and B. Bucket A is configured to run with enable_shared_bucket_access = ...
0 votes
0 answers
55 views
How to change channel of couchbase using Java api
We have some documents in couchbase in which we have channel like follow channel:['job1'] Now we have to add another channel that is job2 So channel list will be channel :['job1','job2'] Can anyone ...