Plugin error in v0.0.223 for Contract Events

I’ve added a contract (as it shown in a video tutorial) using CLI and plugin was added to ‘installed’ as " Sync and Watch Contract Events by Moralis". However, neither corresponding table was created nor any events recorded. And here is the error in server log duing its startup:

2021-05-31T19:01:37.088Z - Error initializing plugin  at index 4 Cannot find module './eth/realtime/events'
Require stack:
- /moralis-server/lib/cloud-code/plugins/index.js
- /moralis-server/lib/cloud-code/Parse.Cloud.js
- /moralis-server/lib/ParseServer.js
- /moralis-server/lib/index.js
- /moralis-server/lib/cli/parse-server.js
- /moralis-server/bin/parse-server Error: Cannot find module './eth/realtime/events'
Require stack:
- /moralis-server/lib/cloud-code/plugins/index.js
- /moralis-server/lib/cloud-code/Parse.Cloud.js
- /moralis-server/lib/ParseServer.js
- /moralis-server/lib/index.js
- /moralis-server/lib/cli/parse-server.js
- /moralis-server/bin/parse-server
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:885:15)
    at Function.Module._load (internal/modules/cjs/loader.js:730:27)
    at Module.require (internal/modules/cjs/loader.js:957:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at /moralis-server/lib/cloud-code/plugins/index.js:53:15
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async /moralis-server/lib/cloud-code/plugins/index.js:38:5
    at async /moralis-server/lib/cloud-code/plugins/index.js:38:5
    at async Object.initialize (/moralis-server/lib/cloud-code/plugins/index.js:37:3)
2021-05-31T19:01:37.077Z - Initialized plugin ./evm/consumer

I’m using Ganache via frpc on Linux.

Server URL: https://erguajuo32xb.moralis.io:2053/server
Server version 0.0.223.

Thanks for any help in advance!

1 Like

Was fixed yesterday, hope all is working