I have couchbase 2.5.1-1083-rel-enterpriseon my mac and 3.0.1-1444-rel-communityon my windows computer.
- When I create a test document in the default basket, using the admin user interface in
(2.5)and accessing it via http, for example. http://localhost:8092/default/001I see a document. - When I create any test document using admin gui in
(3.0)on Windows and make the same http request, I get {"error":"not_found","reason":"missing"}, although the document is displayed in "Documents" and can I edit the document through admin gui?
Has anyone else experienced something similar in version 3.0? This is almost the same as if in version 3.0 you could no longer request a document via http using the {server}/{bucket}/{id}url syntax ?
I tried to create buckets with and without passwords in version 3.0, and this does not seem to make any difference. In addition, I can access documents in version 2.5, as well as 3.0 using the graphical user interface, as well as with the client library, so this is not the case when the document does not exist in the bucket.
Any recommendations would be appreciated.
source
share