Troubleshooting

SDKs

Markdown

Debug network issues

Enable debug logging to see API calls and identify if issues are SDK or API related. When contacting support, share the full debug logs along with the x-request-id.

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

Look for x-request-id in the debug output to share with support.

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