How to resolve Connection error in couchdb android?
问题 Getting below error while connecting CouchDB server using Replicator Status{activityLevel=CONNECTING, progress=Progress{completed=0, total=0}, error=CouchbaseLiteException{CouchbaseLite,11001,'WebSocket connection closed by peer'}} Status{activityLevel=STOPPED, progress=Progress{completed=0, total=0}, error=CouchbaseLiteException{CouchbaseLite,11001,'WebSocket connection closed by peer'}} Below is my code; Replicator replicator = null; try { CouchbaseLite.init(context); Database.setLogLevel