Troubleshooting
Common issues and their solutions.
Connection Issues
IMAP Connection Failed
Symptoms:
- "Connection timeout" errors
- "Authentication failed" messages
Solutions:
- Verify IMAP credentials are correct
- Check IMAP is enabled for the account
- For Gmail: Use App Password, not account password
- For Outlook: Ensure OAuth2 is configured
- Check firewall/network settings
WebSocket Not Connecting
Symptoms:
- Dashboard doesn't update in real-time
- "WebSocket connection failed" in console
Solutions:
- Ensure server is running
- Check reverse proxy WebSocket support
- Verify no browser extensions blocking WebSockets
Processing Issues
Emails Not Being Processed
Symptoms:
- New emails aren't classified
- No activity in dashboard
Solutions:
- Check account is not paused
- Verify folder is being watched
- Check logs for errors
- Test IMAP IDLE support
LLM Errors
Symptoms:
- "LLM request failed" errors
- Emails moved to dead letter queue
Solutions:
- Verify API key is valid
- Check LLM provider status
- Ensure sufficient API credits
- Review prompt complexity
Performance Issues
Slow Processing
Solutions:
- Use faster LLM models (gpt-4o-mini vs gpt-4o)
- Reduce
max_extracted_charsfor attachments - Increase
concurrencysetting - Check database size and cleanup old entries
High Memory Usage
Solutions:
- Restart Mailpilot periodically
- Reduce number of concurrent accounts
- For Ollama: Use smaller models
Getting Help
Still stuck? Join our community chat for real-time help:
Mailpilot Community
Join the community discussion
Get help, share feedback, and discuss features with the community
Join Chat RoomOr:
- GitHub Issues: Report bugs
- GitHub Discussions: Feature requests and Q&A