Common Issues
❌ "Node execution failed"
- Check API credentials are correct
- Verify internet connection
- Ensure JSON formatting is valid
❌ "Cannot parse response"
- AI response might not be valid JSON
- Add error handling in code nodes
- Check prompt clarity
❌ "Rate limit exceeded"
- Groq free tier: 6,000 requests/minute
- Implement delays for batch processing
- Consider upgrading for higher volume
Support Resources