Can I use sync gateway 2.6 with couchbase server community edition?
@alexegli wrote: In the sync gateway 2.6 documentation it says you need to add a user to couchbase server and specify roles for it:https://docs.couchbase.com/sync-gateway/2.6/getting-started.html But...
View ArticleAny plans for an official couchbase lite flutter library?
@alexegli wrote: Just wondering if there are any plans for couchbase to release an official couchbase lite flutter library? We use flutter for our mobile projects and are trying to decide whether we...
View ArticleRevision ID in CBL2.6 query
@davesq wrote: Hi! CBL2.6 exposes revisionID on Document. Is it possible to also get this information returned via the query api? Regards, David Posts: 1 Participants: 1 Read full topic
View ArticleApp Crash during the pull replication with CB Lite v2.6
@ajithkattacherry wrote: While testing the offline-online handling during the pull replication we observed one app crash. Also, the replicator status is showing as busy even though the network is not...
View ArticleCouchbase Lite C - Go lang bindings
@svr4 wrote: Hello all, I want to share a project that I have been working on that will allow Go developers to use the embedded version of Couchbase Lite C in their Go projects. The project is located...
View ArticleDoc with invalid id from CBL 1.x crashes app when upgrading to CBL 2.x
@benjamin_glatzeder wrote: Setup: CBL 2.6 Android Stacktrace: 2019-10-29 19:49:51.680 W/System.err: CouchbaseLiteException{CouchbaseLite,30,'Error upgrading database: Invalid docID "_local/my_doc_id",...
View ArticleUsing current time in sync function
@RainerG wrote: Generally I don’t like using time as the input into a decision. But in this case I’m considering it. In the sync function on Sync Gateway I’d like to accept document updates if the...
View ArticleOrderby on more than one property
@jda wrote: Hi I have a query like this: static readonly IOrdering orderByDate = Ordering.Property("date").Descending() : QueryBuilder.Select( SelectResult.All()) .From(dbSource) .Where(_condition)...
View ArticleCouchbase-lite-C failed to build w/ CMake on MacOSX
@victorberger wrote: Hello, I am unable to build with CMake 3.14.5 on MacOSX. I followed the instructions and ran build.sh. I have encountered 2 problems. I was able to solve the first but have found...
View Article.Net SDK support to add attachments
@abhi.chouksey wrote: What I have gathered is .Net SDK does not support add/update attachment feature as couhbase lite does. It this stage, only way is to add attachment is via SGW api. Rest API can...
View ArticleCouchbase Lite replication stalls out on device, then crashes
@davidj wrote: I’m working on an iOS app with CB Lite 2.6.1. Testing pull replication of a fairly large set of small documents from sync gateway in the simulator I had no problem - it replicated all...
View ArticleCertificate pinning not working
@Pratik_Chatterjee wrote: config.setPinnedServerCertificate(pinnedServerCert) is giving me following error java.lang.NoSuchMethodError: No static method verifyAsIpAddress(Ljava/lang/String;)Z in class...
View ArticleN1QL in Sync Gateway Sync Function
@amrish wrote: Hi, I am using sg 2.6 with couchbase server 6.0.2. I have a requirement where I need to assign channels to documents in a bucket based on lookup data stored somewhere (perhaps docs in...
View ArticleCBL 2.6: Does SG need more RAM? Initially only?
@benjamin_glatzeder wrote: Setup: CBL 2.7 CE Android snapshot from around 1 week ago. SG 2.6 Current RAM usage: SG_RAM_recent.png456×985 34.3 KB 1 week ago: SG_RAM_old.png454×917 25.3 KB Most users...
View ArticleHigh CPU Utilization on Sync Gateway server after receiving "Error processing...
@vme wrote: We are running into a frequent issue where our sync gateway info log will show an error listed below and CPU will spike to 90-100%. The syncing process stops right after this error and...
View ArticleCouchbase lite 2.5 peer to peer replication
@Sreenivasulu_Y wrote: I’m trying to setup peer to peer connection between active peer device and a passive peer device, and trying to start the replication once both the devices are connected. I’m...
View ArticleSG warning: [WRN] encodeRevisions found weird history
@benjamin_glatzeder wrote: Logs below appear about every minute in sg_warn.log. That is all the logs in this file in the last few minutes. No other warnings. Another issue which popped up is that...
View ArticleLIKE clause resulting to FileNotFoundException
@newbee wrote: I’m trying to use simple like query in N1QL but I get java.io.FileNotFoundException heres my HttpsRequest...
View Article2.6.0 CBLite Pull Replication High Disk Usage
@richard wrote: Hi, I am using Objective-C Couchbase Lite 2.6.0 Community in a Cordova application and I am experiencing an issue with the pull replication. I have 2 different app bundles which are...
View Article2.6 CBLite SQlite file size keeps growing
@Matteo_Spreafico wrote: Hi, we have a database with about 150.000 documents, growing every week by 5k docs. We set( via the NODE.js SDK) an expire date to 1 week for every docoument to keep the iOS...
View Article