hi,

I have an iOS app using couchbase lite ('couchbase-lite-ios', '1.0.4').

I can successfully do pull replication but when doing push I get warnings. 
The code in use (swift):


let manager = ...
let database = manager.databaseNamed(<db name>, error: &error)
database.createPullReplication(self._address)
replicate.start()
manager.close()

for new documents created at the device the push replication - do not push 
the new docs and raises warnings like:

13:45:54.064‖ WARNING: CBL_Pusher[https://<user-id>:*****@<syngateway 
address>/<db name>]: _bulk_docs got an error: {
    error = 500;
    id = "some-id";
    reason = "Exception in JS sync function";
    status = 500;
}

how should I interpret this error?

is the error on the iOS side or in the sync gate way or in the couchbase it 
self ?

//

pelle



-- 
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/a10317bd-6065-4581-a0fb-467f97408e6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to