Hi,
Has any one else encountered a problem during development, where coded changes are not appearing, and its not a caching issue, and no restore gets back to a working session.
I have referred to Support but haven’t seen any real effort to resolve it yet.
Agent is telling me,
Production build (npm run build) - times out during Vite compilation
Deployment pipeline - cannot complete build phase
Analysis
This appears to be a Replit infrastructure issue because:
-
Code Restoration: Even reverting to a previously working commit shows the same failure
-
Resource Availability: Adequate system resources (24GB RAM, 254GB disk)
-
Development vs Production: Development works perfectly, only production build fails
-
Consistent Pattern: Failure occurs at same point in Vite compilation
-
No Code Changes: Issue persists with identical code that previously built successfully
Immediate Need
Deployment pipeline restoration - The same codebase that built successfully on July 9, 2025 now fails to build, indicating a change in the Replit build environment or infrastructure.
Workaround Attempted
None available - this requires Replit infrastructure team intervention.
Impact
- Development can continue normally
- Cannot deploy to production
- All user work preserved in git history
- Platform fully functional in development mode
Any suggestions or do I just cross my fingers and keep harassing Tech Support?