"Only the default Scope is supported by Memcached Buckets" Error

@btburnett3 I’m getting the same error as @antotoki - and I am trying to use the Memcached bucket.

So the error is saying that I can only use default scope in memcached bucket which is exactly what I’m trying to do. but it doesn’t work. I’m calling DefaultCollection() on IBucket objec.t. I’ve tried DefaultCollectionAsync() and same issue there.

1 Like

@GAD_Marko

I have replicated the problem when connecting to an actual memcached bucket, I’ve filed a bug for tracking: https://issues.couchbase.com/browse/NCBC-3021

That said, you should also look into using ephemeral buckets instead. They’re much better for most cases.

1 Like