Skip to Content
Troubleshooting

Troubleshooting

Common issues and solutions.

Infrastructure

Provisioning Failed

ErrorSolution
Resource limit exceededRequest quota increase in AWS
Access deniedVerify IAM has PowerUserAccess + IAMFullAccess
VPC/EKS limitDelete unused resources or request increase

Data Plane Unhealthy

  1. Check NAT Gateway is active
  2. Verify security groups allow outbound 443
  3. Check EKS pods in CloudWatch logs
  4. Verify RDS and ElastiCache status

Stuck on “Propagating”

DNS can take up to 30 minutes. Check Route 53 for the hosted zone record.

MCP Servers

Deployment Failed

  1. Verify infrastructure setup is complete
  2. Check credentials in Settings → Credentials
  3. Review logs in MCP Server details

Tool Not Working

  1. Verify server is “Running” in the dashboard
  2. Check credentials are valid
  3. Confirm you have policy access to the tool

Viewing Logs

Data Plane API:

kubectl logs -l app=data-plane-api -f

MCP server:

kubectl logs -l mcp-server={server-name} -f

Connectivity Issues

If tools timeout, check MCP server health via the Data Plane API:

curl -H "Authorization: Bearer {token}" \ https://{data-plane-endpoint}/mcp/health/{server-name}

Response shows "healthy": true if the server is reachable.

Support

Last updated on