I think in this case, looking directly in Couchbase Server might be misleading. The docs are there, they just aren't visible via the Sync Gateway REST api due to reasons described above (eg, channel mismatch).
Btw I updated the GrocerySync docs to provide an example sync gateway config: https://github.com/couchbaselabs/GrocerySync-Android/blob/master/README.md#configuring-a-remote-sync-gateway-optional On Monday, April 21, 2014 12:48:44 PM UTC-7, Ragu Vijaykumar wrote: > > I am no android expert, but if you are running Couchbase Server on your > localhost, you can check the actual buckets via the web admin interface to > see if there are files in them. Do you see any files in your buckets? This > helped me in just testing whether the data was pushed to the server from a > device, and at least you know one part of the process is working right. > > Cheers, > Ragu > > On Monday, April 21, 2014 12:29:39 PM UTC-7, James Norman wrote: >> >> Also, just an edit, I was starting the server with: >> ./sync_gateway -url=http://localhost:8091 -bucket="grocery-sync" >> >> And got the same behavior. >> >> And just to add, if I start the grocery sync app, make 2 entries, clear >> the cache and restart I get the following in the sync-gateway output >> >> 19:28:11.039324 HTTP: #014: GET >> /grocery-sync/_local/d2ba96ef02cca253105e93d76e >> 343b3242439224 >> 19:28:11.039581 HTTP: #014: --> 404 missing (0.0 ms) >> 19:28:11.039812 HTTP: #015: GET >> /grocery-sync/_local/b75cad5e7cbabca195d612f2d6 >> f2a013bae2907c >> 19:28:11.039989 HTTP: #015: --> 404 missing (0.0 ms) >> 19:28:11.281168 HTTP: #016: POST /grocery-sync/_changes >> > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/40f0c8e5-59b0-4fe8-bd2e-7aa21475952f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
