Couchbase: Cannot perform operations on a shutdown bucket

前端 未结 5 1039
南方客
南方客 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:15

    This error may also happen when there is a password set for the specified bucket.

    To verify that open the Couchbase Console -> Navigate to the Data Buckets tab -> Drop-down your bucket -> Click the Edit button -> The third section in the popup dialog is Access Control, which has a password textbox.

    Hope this helps,

    György

提交回复
热议问题