Open akalagov opened 5 months ago
- The configuration page in Mission Control /mc/knowledge-base/configure is not displayed
I found an error, extra parentheses in knowledge-base.js:
...{Legend:()=>{const{sendMessage:e}=c()();return s().createElement...
Must be:
...{Legend:()=>{const{sendMessage:e}=c();return s().createElement...
When trying to run the Knowledge Base Plugin, I get several problems:
TypeError: minisearch is not a constructor
that references the "Index articles" function node. The "minisearch" variable is missing from the global context, resulting in an error in the line:const minisearch = global.get('minisearch');
Please tell me how to solve these problems?