You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
This is failing specific to chain-connector plugin because when decrypting the private key on init it will stop the initialization too long that it will timeout to create the child process.
Removing the password and below issue will resolve the problem #8484
Expected behavior
When loading the plugins in the child process, the application should start normally.
Actual behavior
When loading the plugins in the child process, the application crashes with the plugin loading timout error:
Steps to reproduce
pacakage.json
correspond to Lisk SDK v6.0.0-beta.5src/commands/start.ts
are registered with{ loadAsChildProcess: true }
option./bin/run start -n devnet --enable-chain-connector-plugin
)Which version(s) does this affect? (Environment, OS, etc...)
v6.0.0-beta.5
The text was updated successfully, but these errors were encountered: