Find solutions to common problems and learn how to debug issues with Nexus.

nexus --log debug
curl http://localhost:8000/health
curl http://localhost:8000/llm/v1/models
CodeMeaningCommon Causes
401UnauthorizedInvalid or missing authentication token
403ForbiddenInsufficient permissions or CSRF failure
404Not FoundModel not configured or endpoint doesn't exist
429Too Many RequestsRate limit exceeded
500Internal Server ErrorServer configuration error or provider issue
502Bad GatewayDownstream server unreachable
503Service UnavailableServer overloaded or starting up
  1. Check the logs with --log debug flag
  2. Review configuration for typos or missing values
  3. Test components individually before full integration
  4. Search existing issues on GitHub
  5. Report new issues with reproduction steps
© Grafbase, Inc.