Troubleshooting
This guide helps you diagnose and solve common issues with OpenHuman.
Application Issues
App Won't Start
- Check system requirements (Node.js >= 18.0.0, 4GB+ RAM)
- Check available disk space (2GB+ required)
- Restart the application
- Check logs at
./logs/openhuman.log
Slow Performance
- Close other applications to free up memory
- Reduce the number of connected integrations
- Check if network connection is stable
- Try switching to a faster model
Memory Usage Too High
- Reduce sync frequency in settings
- Limit the number of indexed data sources
- Enable local AI to reduce cloud API calls
Connection Issues
Cannot Connect to Server
- Check your internet connection
- Verify the API endpoint is accessible:
curl -I https://api.tinyhumans.ai/health
- Check if firewall is blocking the connection
- Try using a different network
OAuth Login Fails
See Troubleshooting Sign-In for detailed OAuth troubleshooting steps.
Data Issues
Data Not Syncing
- Check if auto-fetch is enabled in settings
- Verify integration credentials are valid
- Check sync interval settings
- Try manual sync
Search Not Working
- Check SearXNG settings if using self-hosted search
- Verify network connection
- Try regenerating the search index
Installation Issues
npm Install Fails
# Clear npm cache
npm cache clean --force
# Reinstall
rm -rf node_modules package-lock.json
npm install
Permission Denied
On Linux/Mac, you may need to:
sudo npm install -g openhuman-sdk
Getting Help
If you continue to experience issues:
- Check the FAQ page
- Search existing GitHub issues
- Ask on Discord
Next Steps
- Troubleshooting Sign-In - Sign-in specific issues
- Settings - Application settings
- Configuration - Configuration options