Welcome to the Modus troubleshooting guide! This page covers common issues you
might encounter, their resolutions, and best practices for triaging issues
effectively.
Symptoms: the Modus CLI hangs indefinitely when running modus init.Resolution:
Ensure you have the latest version of the Modus CLI installed.
Check your internet connection.
Run the command with the --verbose flag to get more detailed output:
Copy
Ask AI
modus init --verboseIf the issue persists, try deleting the .modus directory in your home folder and re-running the command.Issue: Environment Variables Not LoadingSymptoms: Environment variables defined in .env are not being recognized by your Modus functions.