I’ve got two apps that are working with couchbase lite. I push a document to the backend with one machine, and start a pull replication on the other machine, but it never actually pulls the document. If I try to push a document with the same ID on the other machine, it will just make a local copy and never actually interact with the server. I can continually update it on whatever machine initially pushed it up to the server, and that will update the server copy.
The channels they are using are the same, and both machines create the document with push/pull replication. As far as I know, nothing on the server side has changed, but couchbase lite just won’t pull the document if the other machine created it.
Does anybody have any tips for this? I can provide a little bit more detail if it would help.