--
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 mobile-couchba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/3d220d79-592a-468f-91b0-3f9261899fb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
curl -X POST http://127.0.0.1/mydb/_changes -H "Content-Type: application/json" -d '{"since":"1","limit":"20"}'
Will throw that error
curl -X POST http://127.0.0.1/mydb/_changes -H "Content-Type: application/json" -d '{"since":"1","limit":20}'
Will behave as expected.
If you are using one of the Couchbase Lite client SDK's? to create the replicator, can you paste the code you use to create the replicator, this might be a bug.
Andy
--
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 mobile-couchba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/a3758f5d-89d6-45f4-bafd-5601a5c7e6b1%40googlegroups.com.