Error when querying couchbase

Hi,
I am getting the below error when querying couchbase using nodejs SDK .

The setup works fine on my local but i get the below error when app is deployed to Openshift. I am using Nodejs SDK 3.2.3

[Error: LCB_ERR_GENERIC (100): Generic error code] { code: 100 }

Any suggestions?

I’d recommend turning up the log level (see the docs) to see what is happening just before this. Most of the common errors have something more specific. You may also want to check the cluster side as well, looking at the logs for the query service.