-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.2.2 create error #684
Comments
Can you provide the schema, model, and create the statement you are using in order to reproduce this issue? |
One suggestion @RahulChand028 |
Scope and collection are already created. I am just trying to connect with capella. Read / find query working fine but when I ran save/create I gives the error. |
TimeoutError: timeout
at translateCppError (/home/aubergine/workspace/auth/node_modules/couchbase/dist/bindingutilities.js:184:20)
at /home/aubergine/workspace/auth/node_modules/couchbase/dist/connection.js:248:76 {
cause: LibcouchbaseError: libcouchbase error 201
at translateCppError (/home/aubergine/workspace/auth/node_modules/couchbase/dist/bindingutilities.js:178:21)
at /home/aubergine/workspace/auth/node_modules/couchbase/dist/connection.js:248:76 {
code: 201
},
context: KeyValueErrorContext {
status_code: 4,
opaque: 2,
cas: CbCas { ‘0’: <Buffer 00 00 00 00 00 00 00 00> },
key: ‘Admins::0c96eccf-a58d-4266-b2a2-85fbdb61d031’,
bucket: ‘KartStash’,
collection: ‘admins’,
scope: ‘users’,
context: ‘’,
ref: ‘’
}
}
getting this error while creating document in DB. nodejs version is 16.16.0 and ottoman version is 2.2.2 and using capella.
read query works fine. having issue in create / save.
The text was updated successfully, but these errors were encountered: