I have couchbase server 6.6 on a Windows Server Machine.
And have Sync-gateway 2.8 installed.
When I go to 127.0.0.1:4984 I get the response:
{
“couchdb”: “Welcome”,
“vendor”: {
“name”: “Couchbase Sync Gateway”,
“version”: “2.8”
},
“version”: “Couchbase Sync Gateway/2.8.0(376;e2e7d42) EE”
}
When I go to “127.0.0.1:4984/bucket” I get:
{
“error”: “not_found”,
“reason”: “no such database “bucket””
}
Also, I have been able to replicate into this server from another but not able to replicate from this to the other.
Thank you for any help