Troubleshooting
Common issues and how to fix them. Can't find your issue? Contact support.
Common Errors
Cause: No AI provider has been configured
Fix: Go to Settings → AI and add at least one provider (OpenAI, Anthropic, or Ollama)
Cause: Too many requests to the AI provider
Fix: Wait a few minutes, or upgrade to a higher tier plan with your provider
Cause: Invalid message content or corrupted attachments
Fix: Remove any large or corrupt attachments, then try again
Cause: Trying to use codebase features without a folder open
Fix: File → Open Folder to open your project
Cause: Codebase is too large for default indexing
Fix: Add large folders to your ignore file or create an ignore file in the project root
Cause: MCP server configuration is missing or incorrect
Fix: Check Settings → MCP and verify the server command/URL
Cause: Model returned an error or couldn't parse the file
Fix: Try a different model, or check the file for syntax errors
Cause: Git repository issues or conflicts
Fix: Check repository status in your terminal to see if there are conflicts or uncommitted changes
Cause: No provider configured, rate limit, or network issue
Fix: Check Settings and ensure at least one AI provider is set up. If you hit rate limits, wait or switch provider. For network errors, check your connection.
Cause: Large codebase or many files
Fix: Add build output and dependencies to your ignore file so GRID skips them. Use the Rebuild Index command only when needed.
Cause: Shortcut conflict or panel state
Fix: Use the Command Palette and run the Open Chat or Open Sidebar command. Check Keyboard Shortcuts if your shortcut does not work.
Quick Fixes
Chat panel won't open
Use the Chat shortcut or open the Command Palette and run the Open Sidebar command
Ollama not detected
Start Ollama in your terminal; GRID will detect it when it is running
Autocomplete not working
Check Settings → AI → Autocomplete is enabled
Slow responses
Switch to a faster model (e.g., GPT-4o-mini or Claude Haiku)
Secret detection false positives
Add pattern ID to grid.secretDetection.disabledPatternIds
Can't apply diffs
Accept or reject current diffs first, then try again
Extension conflicts
Disable conflicting extensions (e.g., other AI assistants)
Voice input not working
Check microphone permissions and browser compatibility
Workarounds
Large Codebases
If GRID is slow with large repositories:
- Create an ignore file in your project root and add folders to exclude
- Add folders like dependencies, .git, dist, and build output
- Run the Rebuild Index command from the Command Palette
Network Issues
If you're behind a corporate proxy:
- Set HTTP_PROXY and HTTPS_PROXY environment variables
- Or switch to local models (Ollama) for offline use
Memory Issues
If GRID uses too much memory:
- Reduce the number of open tabs
- Close unused chat threads
- Disable unused extensions
Reset GRID
If all else fails, you can reset GRID to its default state:
- Open Command Palette (Ctrl+Shift+P)
- Search for "Preferences: Clear User Data"
- Restart GRID
Warning: This will clear your settings and chat history.