On new CouchDB install, "My Items" isn't being created #5606
Labels
bug:regression
It used to work. Now it doesn't :(
needs:test instructions
Missing testing notes
severity:blocker
type:bug
Milestone
Summary
On a new CouchDB install, the first time OpenMCT connects to the CouchDB, it creates the
My Items
object to store new objects into. With the recent CouchDB fixes for persistence errors, we're throwing an error before the plugin has a chance to load.Expected vs Current Behavior
Follow a new CouchDB install using the README, an administrator should be able to connect to a new CouchDB installation without issues.
Steps to Reproduce
Environment
System:
Binaries:
Browsers:
Impact Check List
Additional Information
This error:
occurs before the myItemsInterceptor has a chance to run:
Workaround
Comment out the throw in the CouchObjectProvider.
The text was updated successfully, but these errors were encountered: