Hi
i was created a users document in server and mobile the problem was an the doc which one was created on mobile it was synced with server but the doc which one was created on server that one not sync with the mobile what was the problem
my config.json
{
“log”: ["*"],
“interface”: “:5984”,
“adminInterface”: “:5985”,
“configServer”: “http://localhost:8091”,
“databases”: {
“tryment_db”: {
“server”: “http://localhost:8091”,
“bucket”: “tryment_db”,
“users”: {
“GUEST”: {
“disabled”: false,
“admin_channels”: [" * "]
}
}
}
}
}