Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.0.0
-
None
-
None
-
1
Description
Steps to reproduce
Use the below script, notice the "query_timeout=100" argument in the connection string:
var couchbase = require('couchbase'); var cluster = new couchbase.Cluster('couchbase://10.112.193.101?query_timeout=100', { username: 'david', password: 'password', }); |
var bucket = await cluster.bucket('testB'); |
Expected Result
Connections to the bucket opened without errors.
Actual Result
Get an error that the bucket is not found:
(node:32267) UnhandledPromiseRejectionWarning: Error: LCB_ERR_BUCKET_NOT_FOUND (210): A request is made but the current bucket is not found
|
—
Something is affecting the way the connection string is interpreted once connection string options are added.
Attachments
Issue Links
- is duplicated by
-
JSCBC-684 certPath param in sdk 3 vs sdk 2
-
- Resolved
-