Lcb err sdk feature unavailable

How can I fix

LCB_ERR_SDK_FEATURE_UNAVAILABLE (1029): The requested feature is not supported by the client, either because of settings in the configured instance, or
because of options disabled at the time the library was compiled

I am using ottoman@2.0.0-alpha.14 and nodejs v14.15.4

import { connect, model } from "ottoman";
connect("couchbase://localhost/travel-sample@admin:password");

const User = model('User', { name: String });

const user = new User({name:'Jane Doe'});
user.save().then(() => console.log('Nice Job!'));

Hello @socketman2016 I have replied to it back in the Ottoman Issues. Please see if it helps

1 Like

Hi @socketman2016, have you being able to solve the issue?
If so, could you please share how?