Get Help Now
Can’t find your issue? Contact our support team for personalized assistance.
AI Provider Issues
Invalid API key errors
Invalid API key errors
Problem: Getting “Invalid API key” or “Authentication failed” errors.Solutions:
- Check API key format: Ensure you’re copying the complete key from your provider dashboard
 - Verify key permissions: Some providers require specific permissions for API access
 - Check key expiration: Some keys have expiration dates or usage limits
 - Test in provider dashboard: Verify your key works directly with the provider
 
- OpenAI: Keys start with 
sk-and are found in API Keys section - Anthropic: Keys start with 
sk-ant-and require console access - Google: Keys are 39 characters and need Gemini API enabled
 
Never share your API keys publicly or commit them to version control.
Rate limit exceeded
Rate limit exceeded
Problem: Hitting API rate limits or quota exceeded errors.Solutions:
- Check your usage: Monitor your account usage in the provider dashboard
 - Upgrade your plan: Consider a higher-tier plan for more usage
 - Implement retry logic: Add delays between API calls
 - Switch providers: Use alternative providers when one hits limits
 - Use local models: Consider Ollama for unlimited local inference
 
Set up multiple providers as fallbacks to avoid workflow interruption.
Provider connection failures
Provider connection failures
Problem: Unable to connect to AI providers or getting timeout errors.Solutions:
- Check internet connection: Ensure stable internet connectivity
 - Verify provider status: Check provider status pages for outages
 - Test different providers: Confirm if issue is specific to one provider
 - Check firewall settings: Corporate networks may block certain providers
 - Try different regions: Some providers offer regional endpoints
 
Network issues typically resolve themselves - try again in a few minutes.
Development Environment Issues
CodinIT won't launch
CodinIT won't launch
Problem: Application fails to start or gets stuck on loading screen.Solutions:
- Check system requirements: Ensure your system meets minimum requirements
 - Clear cache and restart: Reset application data and try again
 - Check for updates: Ensure you’re running the latest version
 - Firewall/antivirus: Temporarily disable security software
 - Port conflicts: Ensure required ports (3000, 5173) are available
 
- Windows: Run as administrator or check Windows Security settings
 - macOS: Allow through Gatekeeper and check accessibility permissions
 - Linux: Check for missing dependencies or permission issues
 
Web version not loading
Web version not loading
Problem: Web application won’t load or shows blank screen.Solutions:
- Browser compatibility: Use Chrome, Firefox, Safari, or Edge (latest versions)
 - Clear browser data: Clear cookies, cache, and local storage for CodinIT domain
 - Disable extensions: Try incognito mode or disable browser extensions
 - Check JavaScript: Ensure JavaScript is enabled in browser settings
 - Network restrictions: Verify no corporate proxies blocking the connection
 
The web version requires modern browser features - update if experiencing issues.
Terminal & File System Issues
Terminal not working
Terminal not working
Problem: Built-in terminal fails to start or execute commands.Solutions:
- Check permissions: Ensure terminal has necessary file system permissions
 - Shell compatibility: Verify your default shell is supported (/bin/bash or /bin/zsh)
 - Docker issues: If using Docker, ensure Docker Desktop is running
 - Path issues: Check if commands are in your system PATH
 - Resource limits: Terminal may fail if system resources are exhausted
 
Use an external terminal if the built-in terminal continues to have issues.
File operations failing
File operations failing
Problem: Can’t create, edit, or delete files in the workspace.Solutions:
- Check file permissions: Ensure write permissions for the workspace directory
 - Disk space: Verify sufficient disk space is available
 - File locking: Other applications may have files locked
 - Antivirus interference: Security software may block file operations
 - Network drives: Some operations may not work on network-mounted drives
 
Large files or many simultaneous operations can cause performance issues.
Performance & Optimization
Application running slowly
Application running slowly
Problem: CodinIT feels sluggish or unresponsive.Solutions:
- Close unused workspaces: Multiple open workspaces consume resources
 - Clear cache: Remove temporary files and cached data
 - Reduce AI provider load: Limit concurrent AI requests
 - Check system resources: Monitor CPU, memory, and disk usage
 - Update hardware: Consider SSD storage and sufficient RAM (8GB+ recommended)
 
- Use local models (Ollama) for faster inference
 - Enable caching for frequently used responses
 - Close unused browser tabs when using web version
 
AI responses are slow
AI responses are slow
Problem: AI completions and chat responses take too long.Solutions:
- Choose faster providers: Use Groq or GPT-5o-mini for quick responses
 - Optimize prompts: Shorter, more focused prompts get faster responses
 - Enable streaming: Use streaming responses for better perceived performance
 - Check network speed: Slow internet affects response times
 - Use local models: Ollama provides instant responses for supported models
 
Provider speed varies - test different providers to find the fastest for your needs.
Memory & Resource Issues
High memory usage
High memory usage
Problem: CodinIT using too much RAM or causing system slowdown.Solutions:
- Monitor usage: Check memory usage in system monitor/task manager
 - Close workspaces: Each workspace consumes memory
 - Clear caches: Remove temporary files and cached data regularly
 - Restart application: Fresh start often resolves memory issues
 - Check for leaks: Monitor if memory usage continuously grows
 
- Check Activity Monitor (macOS) or Task Manager (Windows)
 - Look for memory leaks over time
 - Consider restarting if usage seems excessive
 
High CPU usage
High CPU usage
Problem: CodinIT causing high CPU usage or fan noise.Solutions:
- Check AI requests: Multiple simultaneous AI requests increase CPU usage
 - Background processing: Some features process data in background
 - Docker containers: WebContainer or Docker processes may use CPU
 - Browser rendering: Web version may use more CPU for rendering
 - System load: Close other applications if system is overloaded
 
High CPU usage is normal during intensive AI operations or when running Docker containers.
Integration Issues
Git operations failing
Git operations failing
Problem: Can’t clone, push, pull, or perform other Git operations.Solutions:
- Check credentials: Verify GitHub/GitLab authentication is working
 - Repository permissions: Ensure you have access to the repository
 - Network connectivity: Git operations require internet connection
 - SSH vs HTTPS: Try switching authentication methods
 - Repository size: Large repositories may timeout - try shallow clone
 
- GitHub: Use personal access tokens or SSH keys
 - GitLab: Generate access tokens in user settings
 - SSH setup: Ensure SSH keys are properly configured
 
Sync issues with remote
Sync issues with remote
Problem: Conflicts or sync problems with remote repositories.Solutions:
- Pull latest changes: Always pull before pushing your changes
 - Resolve conflicts: Use merge tools to resolve conflicting files
 - Check branch: Ensure you’re working on the correct branch
 - Force push carefully: Only use force push when necessary and with caution
 - Backup work: Create backups before resolving complex conflicts
 
Force pushing can overwrite others’ work - use with extreme caution.
Deployment Issues
Deployment failures
Deployment failures
Problem: Can’t deploy to Vercel, Netlify, or other platforms.Solutions:
- Check build logs: Review deployment logs for specific error messages
 - Environment variables: Ensure all required environment variables are set
 - Build configuration: Verify build settings and package.json scripts
 - Platform limits: Check file size, build time, and other platform limits
 - Dependency issues: Ensure all dependencies are properly installed
 
- Vercel: Check functions config and API routes
 - Netlify: Verify build command and publish directory
 - GitHub Pages: Ensure correct branch and Jekyll configuration
 
Supabase connection issues
Supabase connection issues
Problem: Can’t connect to or query Supabase database.Solutions:
- Check connection string: Verify project URL and anon key
 - RLS policies: Ensure Row Level Security allows your operations
 - API keys: Confirm you’re using the correct keys (anon vs service_role)
 - Network restrictions: Check if Supabase is blocked by firewall
 - Project status: Verify your Supabase project is active
 
Use Supabase dashboard to test queries directly if connection fails in CodinIT.
Getting Additional Help
Documentation
Browse our complete documentation for detailed guides and references.
GitHub Issues
Check existing issues or create new ones for bugs and features.
Contact Support
1
Gather information
Before contacting support, collect:
- Your CodinIT version
 - Operating system and browser (if using web version)
 - Steps to reproduce the issue
 - Any error messages or screenshots
 - Recent actions that may have caused the problem
 
2
Check existing solutions
Search our documentation and community resources for similar issues before contacting support.
3
Contact us
Reach out through:
- Email: support@codinit.dev
 - In-app feedback: Use the feedback button in settings
 - GitHub: Create an issue for technical problems
 
Still having trouble? Don’t hesitate to reach out - our support team is here to help you succeed with CodinIT!
