CRITICAL BUG: Code changes not loading in development environment
App: import-pilot-v2 (development) Issue: extractProducts.ts changes are not being executed despite multiple file edits
Timeline: - Started debugging 9+ hours ago - Made 15+ changes to api/models/importFile/actions/extractProducts.ts - Added debug logs, changed function names, fixed imports - Created new importFiles (424, 425, 426, 427) - NO debug logs appear in runtime logs - Code keeps failing with same error pattern (10,793 rows fail)
Evidence of cache problem: 1. Changed code from validateProduct → validateProductData (line 3) 2. Added prominent logs: "=== EXTRACT PRODUCTS V2 STARTING ===" 3. Changed to use api.internal instead of api 4. NONE of these changes appear in logs 5. Trace IDs: 32d985e9816f2674df67e2d9689d326d, c3c6cbc05d3711278aba042849a1933c
What we've tried: - Multiple code changes with version markers - Creating new supplier records - Creating new importFile records - Deleting old records - Using api.internal to bypass permissions - All TypeScript errors fixed
Current state: - extractProducts.ts compiles without errors - Manual product creation works: await api.internal.supplierProduct.create(...) - But extractProducts action executes old cached code - 10,793 rows fail with "missing required fields" (old bug)
Request: Please clear server-side code cache for development environment or advise on workaround. Development is completely blocked.