Troubleshooting
Resolve common issues with the SDK:
- Troubleshoot Installation: the CLI command isn't found or Haystack is missing.
- Troubleshoot Configuration: a missing API key or commands that hit the wrong environment.
- Troubleshoot Pipelines: pipelines that won't transform, validate, or run.
- Troubleshoot Deployments: failed rollouts, missing services, and io-config surprises.
- Troubleshoot Uploads: files that don't appear, get skipped, or duplicate.
See More Logs
To see the INFO and DEBUG logs, use --verbose (or -v) before the command name, for example haystack-enterprise --verbose deploy .... It's a global option, so the CLI rejects it when placed after the command name.
Related Information
Was this page helpful?