Using Moralis in node.js…
I have an async method that calls Moralis.start({serverUrl, appId})
but I see an exception/error as follows when it runs:
ParseError: Invalid function: "getPluginSpecs"
at handleError (/Users/igriggs1/Projects/cryptoadventure-external-adapter/node_modules/moralis/lib/node/RESTController.js:423:17)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Function.initPlugins (/Users/igriggs1/Projects/cryptoadventure-external-adapter/node_modules/moralis/lib/node/MoralisWeb3.js:263:40)
at async Function.start (/Users/igriggs1/Projects/cryptoadventure-external-adapter/node_modules/moralis/lib/node/Parse.js:137:7)
at async initMoralis (/Users/igriggs1/Projects/cryptoadventure-external-adapter/index.js:49:5) {
code: 141
}
moralis version: 0.0.184
node version: v14.18.2