Bug Description
After fresh install, the app crashes immediately with:
ReferenceError: Quote is not defined
routes.jsx imports and uses 6 page components
that do not exist in the codebase:
- Quote, QuoteCreate, QuoteRead, QuoteUpdate
- PaymentMode
- Taxes
Steps to Reproduce
- Clone repo
- Complete backend + frontend setup
- Run npm run dev in frontend
- App crashes immediately, white screen
Error
Uncaught ReferenceError: Quote is not defined
at routes.jsx:74
Expected Behavior
App should load without crashing on fresh install
Fix
Remove undefined imports and comment out routes
for pages that don't exist yet
Environment
- Node.js v24.12.0
- OS: Windows 11
Bug Description
After fresh install, the app crashes immediately with:
ReferenceError: Quote is not defined
routes.jsx imports and uses 6 page components
that do not exist in the codebase:
Steps to Reproduce
Error
Uncaught ReferenceError: Quote is not defined
at routes.jsx:74
Expected Behavior
App should load without crashing on fresh install
Fix
Remove undefined imports and comment out routes
for pages that don't exist yet
Environment