⚠️ Homebrew support is being deprecated. Solo will stop publishing updates to Homebrew after August 31, 2026. Install via npm install -g @hiero-ledger/solo@latest instead. See System Readiness for full install instructions.

SOLO-4010

GrpcEndpointsRequiredSoloError — Validation

GrpcEndpointsRequiredSoloError

CodeSOLO-4010
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when --grpc-endpoints is required for the chosen endpoint type but was not provided; the message names the endpoint type. Certain endpoint types need explicit gRPC endpoints, so this means the flag must be supplied for that type.

Troubleshooting Steps

  1. Provide gRPC endpoints: solo consensus node add –grpc-endpoints ip:port,...
  2. Or switch endpoint type: solo consensus node add –endpoint-type FQDN
  3. Review flag usage: solo consensus node add –help