Troubleshooting
Troubleshooting
Common issues and their solutions. Can't find your issue? Contact support.
Quick Checklist
- Node.js version is 20 or later
- All dependencies installed (pnpm install)
- Environment file exists (.env.local)
- Docker services running (pnpm docker:up)
- Using the correct port (default: 3000)
Common Issues
Useful Debug Commands
# Check Node version
node --version# Check pnpm version
pnpm --version# Check Docker containers
docker ps# View Docker logs
docker compose logs -f# Clean rebuild
rm -rf .next node_modules && pnpm install && pnpm buildStill Stuck?
Get Help
If you can't find a solution, reach out for support:
- • Open an issue on GitHub
- • Join our Discord server
- • Email support: support@scanlation-template.com