Troubleshooting
Common issues and how to resolve them.
Installation Issues
CLI not found after install
Add the install directory to your PATH:
export PATH="$HOME/.intentra/bin:$PATH"Add this to your ~/.zshrc or ~/.bashrc.
Permission denied during install
Run with elevated permissions:
sudo curl -fsSL https://install.intentra.dev | shAuthentication Issues
Login times out
Check your internet connection and try again:
intentra auth login --timeout 120Token expired
Re-authenticate:
intentra auth logout
intentra auth loginHook Issues
Hooks not firing
Verify hooks are installed:
intentra hooks statusIf not installed:
intentra install cursor --forceIDE not detecting hooks
Restart your IDE after installing hooks.
Getting Help
If you’re still having issues:
- Check the status page
- Search GitHub issues
- Contact support at [email protected]