Couchbase lite initial replication crashes
@jeremieburtin wrote: Hi, I have a question regarding the replication on couchbase-lite : When I start a big replication, it seems to crash silently (I can’t find any log), and I have to start it...
View ArticleAnnouncing Couchbase Mobile 2.7 with Java Platform Support, Sync Gateway...
@priya.rajagopal wrote: Hey all On behalf of the Couchbase Mobile team, happy to announce that Couchbase Mobile 2.7 is now GA and includes support for the following features Java (non Android)...
View ArticleXcode 11.3 publication errors
@david2 wrote: Hello, Xcode has just updated to version 11.3.1 (11C504). The application launches without problem during the tests but I cannot publish it. XCode validation gives me the following...
View ArticleAutomatic conflict resolution when upgrade to CouchbaseLite 2.1
@alexegli wrote: The couchbase lite 2.x docs say it automatically resolves conflicts, will it automatically handle docs from older versions of couchbase lite that have conflicts in them already?...
View Article_bulk_docs returns 400 - Bad JSON :: CBLite Push Replication Fails
@andrew.mclean wrote: Our production users are getting failed push replications more and more often and I cannot diagnose this error. Server: 5.0.1-5003-enterprise Sync Gateway 1.5 CouchbaseLite:...
View ArticleUnknown Assembly - FLMutableArray_New on Xamarin Forms iOS
@Gramcito wrote: Hello all, Running Xamarin iOS app and when saving a document getting the following error: FLMutableArray_New assembly: type: member:(null) This happens when simply calling .SetArray...
View ArticleRe-installing app doesn't create database from scratch
@glenn wrote: Hi, We are using couchbase lite & sync gateway in version of 2.6. Due to some problems, we needed to create a new bucket in a new vm. By the way, we haven’t change the sync gw...
View ArticleGoogle Authentication - How to retrieve the session id of the newly create...
@Maria_Nabil1 wrote: I am creating a new user using the google authentication , but I have a problem when creating a new session for this user I can’t find the session_id of this session , How can I...
View ArticleHow to restrict duplicate entry in couchbase lite with flutter
@kiran wrote: I am inserting new record in database, then performing save Document, after every refreshing of code in flutter , the document count is increasing. Actual there are only 2 records , it...
View ArticleWhich method is better for document change listeners?
@Vishal_Vaishnav wrote: There are so many methods used for document change events. Can anyone tell which method is more preferrable? For example; Query.addChangeListener...
View ArticleHow to send a verification mail in C#?
@Maria_Nabil1 wrote: How to send a verification mail to the user’s email before authentication , I want users to register in the application using their email , then I want to verify this email by...
View ArticleHow to resolve - Database.Log.File.Config is null
@TinoMclaren wrote: Good Morning I have a .NET desktop client app using CB Lite 2.7 & replicating to SGW 2.7. In Visual Studio output screen im seeing a ‘Database.Log.File.Config is null’ error,...
View ArticleConnection close
@Vishal_Vaishnav wrote: WebSocket connection closed by peer 11001 getting above error while a connection with android Posts: 2 Participants: 2 Read full topic
View ArticleUnable to build cblite for Enterprise
@natoman wrote: Hello all, I’m attempting to build cblite so that it is capable of using enterprise features of Couchbase Lite. Specifically, I’d like to be able to inspect encrypted databases. I...
View ArticleSelect and group by "month"
@jda wrote: Hi I’m trying to present some “overview” data to the mobile users. So ideally, I would like to “transform” a N1QL query like this to CB Lite: select sum(`count`) count,SUBSTR(date, 5,2)...
View ArticleSync Gateway High Server DCP Latency
@Giallon wrote: Hello, we had a high Server DCP Latency and write processing the 01/29 at 3h am. Sync-gateway begin to consume memory the 01/29 at 3h30 pm. The 01/30 at 8h30 am, we decided to restart...
View Articledatabase?.addChangeListener not work some time
@Vishal_Vaishnav wrote: Database.addChangeListener not work some time in Coubaselite 1.4.4 . Below is my code database?.addChangeListener { event -> //using for only changed documents...
View ArticleError in sync gateway logs
@pankaj.sharma wrote: I am getting following error on sync gateway : #50605: GET /xxxbucketnamexxx/_blipsync (as vvprodappdocstore) 2020-02-03T15:12:29.394Z [INF] HTTP+: #50605: --> 101 [54d8fc1f]...
View ArticleSyncgateway missing channel access
@Sebastian_Single wrote: Hi, I’m facing issues with some large documents that have this format: "members": [<user_name_1>, ..., <user_name_n"], "type": "group" I create a channel for each...
View ArticlePermission Denied
@TinoMclaren wrote: Test setup in docker: SGW 2.7 Server 6.5 Client: WPF app - Lite 2.7 Im loading an image from a file to MemoryStream , then im converting to a dumb array of bytes for my view to...
View Article