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 was archived by the owner on Jun 28, 2023. It is now read-only.
In the Integration Exchange, the code snippet for creating account manager instance (section 1 throws the following error:
Uncaught Error Error: internal error in Neon module: error initializing account manager: MissingParameter("client_options")
at MessageHandler (/home/aleksei-work/Downloads/asdfasdf/New Folder/node_modules/@iota/wallet/out/lib/MessageHandler.js:16:64)
at AccountManager (/home/aleksei-work/Downloads/asdfasdf/New Folder/node_modules/@iota/wallet/out/lib/AccountManager.js:11:31)
at <anonymous> (/home/aleksei-work/Downloads/asdfasdf/New Folder/main.js:4:17)
at Module._compile (internal/modules/cjs/loader:1119:14)
at Module._extensions..js (internal/modules/cjs/loader:1173:10)
at Module.load (internal/modules/cjs/loader:997:32)
at Module._load (internal/modules/cjs/loader:838:12)
at executeUserEntryPoint (internal/modules/run_main:81:12)
at <anonymous> (internal/main/run_main_module:18:47)
In the Integration Exchange, the code snippet for creating account manager instance (section 1 throws the following error:
I didn't check the rest of the guide