I tried to add a new record on couchbase server and it got reflected only on the sync gateway, not on the device. But on the other way round when I add a new entry on the device it gets reflected both on the sync gateway and the couchbase server. Kindly guide me.
Start with investigating what the CBL console logs says (turn on debug logging) and the SGW logs.
If clients cannot read , then it is likely that the client doesn’t;t have the access grants to pull the data (check credentials, channel access etc)
Also please do not use the admin UI on Sync Gateway. That’s deprecated and unsupported. Use the REST API instead.