Troubleshooting
Common issues and their solutions.
Installation Issues
".env file not found"
Error: .env file not found.
Please run 'make init' first to set up your environment.
Solution: Run the init command first:
make init
"Secrets not generated"
Error: Secrets not generated. Run 'make init' first.
Solution: The .env file exists but secrets are empty:
make init