Im new to couchbase and have been struggeling with an error for hours.
I create a user_profile_<-insert guid here-> document and save it successfully to local mobile couchbase db with the following test data:
{
"_id" = "user_profile_F6854F81-FE36-4D6B-BD69-DAEBF0E9D766";
"_rev" = "7-9012d2c1990b4c2ab4eb96cdf6c7dbdb";
birthday = Birthday;
gender = Male;
name = Ted;
uuid = 123456789;
}
I have set up replication to a remote couchbase server.
However, each time it tries to replicate I get the following error:
[error] [<0.102.0>] Error in replication
`bb788350a95e4580ddc768d760f89575+continuous`
(triggered by document `d15feb5b5838e5044cdd7b9d9b0009f8`):
{invalid_json,{{error,{1,"lexical error: invalid char in json text.\n"}},
<<"Not found.">>}}
I've been stuck at this problem for about 6 hours now.
Could someone please help here? :) Thank you !
Update: I downloaded the project at https://github.com/dthompson/couchbase-ios-example/ and when I run it I get the same error