class
AmberCLI::Documentation::Troubleshooting
- AmberCLI::Documentation::Troubleshooting
- Reference
- Object
Overview
Troubleshooting
Common issues and their solutions.
Database Connection Issues
Problem: Connection unsuccessful error
Solution:
- Verify database server is running
- Check connection string in environment configuration
- Ensure database exists (run
amber database create)
Generation Failures
Problem: Template not found errors Solution:
- Verify template files exist in expected locations
- Check
.amber.ymlfor correct template setting (ecr or slang) - Ensure template variables are properly defined
Getting More Help
- Check the Amber Framework documentation
- Join the Crystal community
- Report issues on GitHub