Is there anyone in the community that can assist me with setting up a workable couchbase server and sync gateway that I can connect to from android application?
I am a newbie with servers so I will need a lot of assistance.
Is there anyone in the community that can assist me with setting up a workable couchbase server and sync gateway that I can connect to from android application?
I am a newbie with servers so I will need a lot of assistance.
Follow the instructions in Sync Gateway Getting Started Guide that includes steps to setup Couchbase Server and connecting Sync Gateway to it
Once thats in place, follow the Android Getting Started guides to connect your couchbase lite enabled Android app to sync data with Sync Gateway
Good morning,
I keep on getting {Repl#7} Got LiteCore error: POSIX error 111 “Connection refused”.
I have looked through the forums and the documentation and cannot seem to find a solution that works.
Check the corresponding sync gateway logs. As indicated in the error, the client is unable to connect to the sync gateway.
check that you can connect to your sync gateway public REST endpoint ( open the REST endpoint on browser from
same client) https://docs.couchbase.com/sync-gateway/current/start/gs-sgw-api-access.html
if sync gateway is behind a load balancer, ensure websockets is enabled correctly
increase console log level on CBL and SGW to debug/verbose to get more insights