Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrapping an agent from config fails silently on @veramo/cli@5.0.0 #1125

Closed
Eengineer1 opened this issue Feb 16, 2023 · 0 comments · Fixed by #1126
Closed

Bootstrapping an agent from config fails silently on @veramo/cli@5.0.0 #1125

Eengineer1 opened this issue Feb 16, 2023 · 0 comments · Fixed by #1126
Labels
bug Something isn't working

Comments

@Eengineer1
Copy link
Contributor

Eengineer1 commented Feb 16, 2023

Short description

While bootstrapping an agent, using the default config output from veramo config create, the agent object validation conditionals fall under the
unknown error while creating the agent from your config. Consider running `veramo config create` to generate a new configuration file, or to manually compare differences. block.
That means there's a hanging unresolved Promise, which is an obvious fix to convert to async propagate to whole stack and await Promise resolution.

Have you tried a similar setup / automated tests?
Fixes are simple, but need to be concise across the stack.

Let me know your thoughts.

@Eengineer1 Eengineer1 added the bug Something isn't working label Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant