Hi,
just started with the grocery example and the default server works fine … but not my local sync gateway.
I can see in the sync log that the app tries to connect and the Couchbase shows three documents after the connect in the grocery-sync bucket.
The App shows the Error “Error syncing” 404 not found.
What is missing?
Greetings,
Ralf
P.S. App NSLog …
2014-12-13 17:05:43.534 GrocerySync[2024:3723302] SYNC idle
2014-12-13 17:05:43.535 GrocerySync[2024:3723302] SYNC idle
2014-12-13 17:05:43.535 GrocerySync[2024:3723302] Application windows are expected to have a root view controller at the end of application launch
17:05:43.582‖ WARNING: CBLSocketChangeTracker[0x7b72dcd0 ]: Can’t connect, giving up: Error Domain=CBLHTTP Code=404 “404 not_found” UserInfo=0x7bd3d900 {NSURL=http://localhost:4984/_changes?feed=normal&heartbeat=300000&style=all_docs, NSLocalizedFailureReason=not_found, NSLocalizedDescription=404 not_found}
2014-12-13 17:05:43.590 GrocerySync[2024:3723302] SYNC progress: 0 / 0
2014-12-13 17:05:43.592 GrocerySync[2024:3723302] SYNC progress: 0 / 0
2014-12-13 17:05:43.592 GrocerySync[2024:3723302] SYNC progress: 0 / 0
2014-12-13 17:05:43.592 GrocerySync[2024:3723302] ALERT: Error syncing
404 not_found (error=Error Domain=CBLHTTP Code=404 “404 not_found” UserInfo=0x7bd40190 {NSURL=http://localhost:4984/_revs_diff, NSLocalizedFailureReason=not_found, NSLocalizedDescription=404 not_found})
2014-12-13 17:05:43.624 GrocerySync[2024:3723302] SYNC idle
2014-12-13 17:05:43.625 GrocerySync[2024:3723302] ALERT: Error syncing
404 not_found (error=Error Domain=CBLHTTP Code=404 “404 not_found” UserInfo=0x7bd3d900 {NSURL=http://localhost:4984/_changes?feed=normal&heartbeat=300000&style=all_docs, NSLocalizedFailureReason=not_found, NSLocalizedDescription=404 not_found})
2014-12-13 17:06:11.076 GrocerySync[2024:3723543] Terminating since there is no system app.