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

Voss/fixSetupWizard #175

Merged
merged 3 commits into from
May 2, 2024
Merged

Voss/fixSetupWizard #175

merged 3 commits into from
May 2, 2024

Conversation

alexpeterson91
Copy link
Member

The setupwizard is currently broken and stop installs making any choices in the setup wizard since thres no target service for any ENVs so this error is thrown

Error: No service nethermind.public.dappnode.eth in dnp nethermind.public.dappnode.eth
    at packageSetEnvironment (file:///usr/src/app/packages/installer/src/calls/packageSetEnvironment.ts:34:25)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at packageSetEnvironment (file:///usr/src/app/packages/dappmanager/src/calls/packageSetEnvironment.ts:14:3)
    at file:///usr/src/app/packages/dappmanager/src/api/handler/index.ts:37:22

{
  "dnpName": "nethermind.public.dappnode.eth",
  "environmentByService": {
    "nethermind.public.dappnode.eth": {
      "MODE": "normal",
      "NETHERMIND_HEALTHCHECKSCONFIG_UIENABLED": "false"
    }
  }
}

I set all the targets to have service: nethermind so that this error does not happen anymore.

Also updated some out of date links (readme dappstore link, issue template link to user action reports, etc.)

@alexpeterson91 alexpeterson91 self-assigned this May 2, 2024
…nd` and set defaults for all Enums to match the description default, and made the 2 default options required, with defaults set.
@alexpeterson91 alexpeterson91 force-pushed the Voss/fixSetupWizard branch from 5683c27 to 8816198 Compare May 2, 2024 08:00
@alexpeterson91 alexpeterson91 merged commit b214b48 into master May 2, 2024
3 of 4 checks passed
@alexpeterson91 alexpeterson91 deleted the Voss/fixSetupWizard branch May 2, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant