Skip to main content

Troubleshooting Guide

This guide provides solutions to common issues encountered when working with MCP Server with LangGraph.

Quick Navigation

Installation Issues

Dependency conflicts, Python version mismatches, package errors

Deployment Problems

Kubernetes, Docker, Cloud Run deployment failures

Authentication Issues

JWT errors, Keycloak problems, OpenFGA authorization

Performance Problems

Slow responses, memory leaks, connection timeouts

CI/CD Failures

GitHub Actions errors, test failures, build problems

Database Issues

Redis connection errors, PostgreSQL problems, session storage

Kubernetes-Specific Guides

Pod Failures

CrashLoopBackOff, ImagePullBackOff, pending pods, GKE Autopilot issues

GKE Runbooks

GKE-specific troubleshooting and operational procedures

EKS Runbooks

AWS EKS troubleshooting and operational procedures

Advanced Troubleshooting

Deep-dive debugging techniques

Quick Diagnostic Commands

Check Service Health

Enable Debug Logging

View Traces


Common Quick Fixes


Getting More Help

If you’re still experiencing issues:
  1. Check Logs: Enable debug logging with LOG_LEVEL=DEBUG
  2. Review Documentation: See our comprehensive docs
  3. Search Issues: Check GitHub Issues
  4. Ask Community: Post in GitHub Discussions
  5. Report Bug: Create an issue with:
    • Error message
    • Steps to reproduce
    • Environment details (python --version, kubectl version, etc.)
    • Relevant logs

Troubleshooting Guides Index