Troubleshooting
Troubleshooting
Debugging common issues with build errors, runtime errors, and deployment problems in Manic.
Troubleshooting
TL;DR
Solutions to common issues you may encounter when building, running, and deploying Manic applications.
This section covers common problems and their solutions organized by category.
What's Inside
Build Errors
Linting, TypeScript, bundling, and compilation issues.
Deployment Errors
Platform-specific deployment and runtime issues.
Quick Debugging Checklist
Before diving into specific errors, try these general fixes:
Restart the Development Server
Stop and restart the dev server to clear cached state:
# Stop server (Ctrl+C)
# Then restart
bun devCommon Categories
Build Issues
- Linting errors
- TypeScript errors
- Bundling failures
- Configuration problems
Runtime Issues
- Route not found
- API errors
- Hot reload not working
Deployment Issues
- Platform-specific errors
- Environment configuration
- Build output problems
Getting Help
If you can't find your issue here:
- Check the GitHub Issues
- Search the Discussions
- Create a minimal reproduction
See also: