Couchbase: Cannot perform operations on a shutdown bucket

前端 未结 5 1038
南方客
南方客 2021-01-06 12:06

I am getting this error when try to insert 2M objects via node.js into Couchbase. 1M works fine.

C:\\Users\\Administrator\\Desktop\\node_modules\\couc

5条回答
  •  鱼传尺愫
    2021-01-06 12:12

    I got the error in 2019, I resolved it by authenticating my cluster as now authorization should only be granted at cluster level but no need for bucket level authorization.

    " cluster.authenticate('usernameForCluster', 'passwordForCluster'); "

提交回复
热议问题