-
Notifications
You must be signed in to change notification settings - Fork 0
Import operator mode crashed on first run #6
Description
The Anchor DAppNode package is not published yet, because there is an issue about the package.
To setup an Anchor DAppNode package, users will have the option to use existing operator keys (Import Operator mode) or have Anchor creating the keys for you (New Operator mode). In Import Operator mode, users will be required to upload the public key, and enter the password in the UI:
After a few steps, the Anchor package will be ready, however, it will stop emitting logs soon after running:
This is because the package has crashed:
This requires a manual restart to fix it, which is not very user friendly (although just the first run requires a manual restart, it will be fine afterwards).
The New Operator mode does not have this issue. It is believed that this issue is due to file upload feature in DAppNode, which the team is looking into it.