I have followed instructions from http://docs.couchbase.com/sync-gateway/ to the best of my ability.
1. I'm running couchbase locally on http://localhost:8091 2. I'm running the *adminUImerge2* branch of sync_gateway locally on 4985 (admin) and 4984 3. I started sync_gateway like so: ./bin/sync_gateway -url http://localhost:8091 4. In ~/dev/todo-lite/www/js/index.js file, I set: var REMOTE_SYNC_URL = "http://localhost:4984/sync_gateway/" 5. I took the sync function from sync-gateway-config.json and put it into: http://localhost:4985/_admin/db/sync_gateway/sync 6. I also made sure that couchbase had a document added to its sync_gateway data-bucket: http://localhost:8091/index.html#sec=documents&bucketName=sync_gateway&documentsPageNumber=0&docId=_sync%3Asyncdata 7. After running phonegap run ios, I do not see the changes from the ios app reaching over to the database as documents ... at all ... what did I miss? Any thoughts on why it doesn't work? -- 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/a7dfd0ea-0b41-49f6-9c6f-45e35fb30e62%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
