SOLO-4018
NonInteractivePromptSoloError — Validation
NonInteractivePromptSoloError
| Code | SOLO-4018 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when solo would need to prompt for input but is running non-interactively. A required value was not supplied and solo cannot ask for it (for example in CI or with prompts disabled), so provide the missing value explicitly (such as via the deployment flag).
Troubleshooting Steps
- Provide required flags explicitly instead of relying on interactive prompts
- Use
to specify the deployment name - Run with –help to see all available flags: solo consensus node –help