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
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'); "