10:55:41.214112 Starting server on :4984 ...2014/06/09 10:55:49 go-couchbase: call to ViewCustom("sync_gateway", "access") i.2484ms2014/06/09 10:55:49 go-couchbase: call to ViewCustom("sync_gateway", "access") i.243ms10:55:49.411340 HTTP: #001: GET /default/_local/69b53adb28fb91575d9a2cf5099697c1e66884ed10:55:49.411340 HTTP: #001: --> 404 missing (0.0 ms)10:55:49.423351 HTTP: #002: GET /default/_local/ad114d3c7723fe994d8442cb2dda67ec3c21e31a10:55:49.423351 HTTP: #002: --> 404 missing (0.0 ms)10:55:49.427357 HTTP: #003: GET /default/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs{ "interface":":4984", "adminInterface":":4985", "log":["CRUD", "REST+"], "pretty": true, "verbose": true, "databases":{ "default":{"users": { "GUEST": {"disabled": false}, "app": {"password": "password", "name": "application"} }, "server":"http://localhost:8091", "bucket":"default", "sync":`function(doc) {channel(doc.channels);}` } }}http://app:pass...@xxx.xxx.xxx.xxx:4984/default
But when I try to sync the the phones database with the SyncGateway I have set up I get a "404 missing (0,0 ms)" message and I'm stuck on why this is happening.
21:07:33.722907 Changes: MultiChangesFeed({*}, {Since:0 Limit:50 CIncludeDocs:false Wait:true Continuous:false Terminator:0xc084176721:07:33.723909 Changes+: MultiChangesFeed: channels expand to ..21:07:33.723909 Changes+: MultiChangesFeed waiting...21:07:33.723909 Changes+: Waiting for "default"'s count to pass 5When I added the "channel" property to my Couchbase Lite documents they where synced with the database. Found it in the old documentation for Sync Gateway.