I’m getting the error Requested resource not found when trying to create an Index.
I have the beer-sample bucket on my server.
Did anyone had this problem?
Below are the commands I’ve used.
C:\Program Files\Couchbase\Server\bin>cbq.exe -engine=http://localhost:8091/
Couchbase query shell connected to http://localhost:8091/ . Type Ctrl-D to exit.
cbq.exe>
cbq.exe>
cbq.exe> CREATE PRIMARY INDEX beer-sample-primary-index
ON beer-sample
USING GSI;
Requested resource not found.
cbq.exe>