Troubleshooting

SDKs

Markdown

Debug network issues

Enable debug logging to see API calls and identify if issues are SDK or API related. Look for the x-request-id in logs to share with support.

# Set environment variable
COMPOSIO_LOGGING_LEVEL=debug
// Set environment variable
COMPOSIO_LOG_LEVEL=debug

Check SDK version

Ensure you're using the latest version:

pip install --upgrade composio
npm install @composio/core@latest

Check current version:

Common issues

Getting help