Troubleshooting Documentation
Solutions to common issues and debugging guides for the Aitana Labs frontend.
Available Guides
Common Issues
Build Errors
- Check
npm run quality:checkfor full CI simulation - Run
npm run docker:checkto test Docker build - Use
CI=true npm run test:runto debug CI-only failures
Test Failures
- Ensure all hooks are called before conditionals
- Check for missing TypeScript types
- Verify mocks match actual component interfaces
Development Environment
- Node version: Use
nvm useto switch to v18 - Port conflicts: Kill processes using required ports
- Firebase emulators: Check if already running
Getting Help
If you encounter issues not covered here:
- Check the Development Documentation
- Review recent commits for similar issues
- Search existing GitHub issues
- Create a new issue with detailed reproduction steps