Hello,
I’m working with a couchbase lite database on some clients and I want to update some documents directly on the couchbase server and to see modifications on all the clients synchronized on this server.
But if I do a modification directly with couhbase admin page, the modifications are not synchronized to the couchbase lite databases and on the sync gateway, when I search this document, I have this text " Document with ID “” will be created on save.".
Where I did a mistake ? What I have to if I want to update a document in the couchbase server and to see modifications on all couchbase lite database ?
Regards,
2 posts - 2 participants