Won't Fix
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Jeffry Morris
Jeffry MorrisReporter
Daniel Roberts
Daniel RobertsStory Points
1
Fix versions
Affects versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
Sentry
Sentry
Zendesk Support
Zendesk Support
Created January 15, 2020 at 5:21 PM
Updated April 24, 2020 at 8:24 PM
Resolved February 28, 2020 at 4:56 AM
Trying to connect to a scope using the attached code will return a
ScopeMissingException
(when the scope is actually present) with the textCouchbase.KeyValue.ScopeMissingException: Cannot locate the scope {scopeName
}. Furthermore, the unformatted {scopeName} in the output should display the name of the scope trying to be accessed.In my example, the scopes present are userData (with collections "users" and "flights") and _default. I tried entering the scope name manually as one usually would first, with the same result. .DefaultCollection() seems to work fine (although it isn't async, unlike the general call)