I’m checking out couchDB for the first time. Because i’m reasonable familiar with mongoDB i’m trying Ottoman but keep getting the same error back, for an couple of days now. Am i missing something? Hope someone can help, it’s driving me mad!
Code is at: https://github.com/jbstoker/Plexus/tree/develop
TypeError: First argument needs to be a ViewQuery, SpatialQuery or N1qlQuery.
at Bucket.query (C:\PrivateProjects\PlexusMain\node_modules\couchbase\lib\bucket.js:746:11)
at CbStoreAdapter._ensureGsiIndices (C:\PrivateProjects\PlexusMain\node_modules\ottoman\lib\cbstoreadapter.js:403:17)
at C:\PrivateProjects\PlexusMain\node_modules\ottoman\lib\cbstoreadapter.js:426:10
at handler (C:\PrivateProjects\PlexusMain\node_modules\ottoman\lib\cbstoreadapter.js:285:7)
at C:\PrivateProjects\PlexusMain\node_modules\couchbase\lib\bucketmgr.js:150:7
at IncomingMessage. (C:\PrivateProjects\PlexusMain\node_modules\couchbase\lib\bucketmgr.js:11:7)
at emitNone (events.js:72:20)
at IncomingMessage.emit (events.js:166:7)
at endReadableNT (_stream_readable.js:893:12)
at doNTCallback2 (node.js:430:9)