9 months ago
Issue Summary: Persistent content caching despite successful deployments. GitHub repository contains updated content, but Railway serves outdated versions even after multiple troubleshooting attempts.
Evidence of the Problem:
- GitHub repository shows current content (commit 63d51da)
- Railway builds successfully from identical commit
- Multiple platforms (Vercel, Render) pull same git commit, confirming repository state
- Cant access updated dashboard showing old dashboard
- cant access admin dashboard after changes made in development
- Updated scoring methodology page displays old content on Railway deployment
- Fresh Railway deployments still serve cached content
Troubleshooting Steps Attempted:
- Multiple fresh deployments - Deleted and recreated services completely
- GitHub integration - Connected directly to repository instead of CLI uploads
- Build cache disabling - Added
NO_CACHE=1environment variable - Browser cache elimination - Tested in incognito, hard refresh, multiple browsers
- Repository verification - Confirmed all platforms pull identical git commit (63d51da)
- Build process validation - Railway logs show successful builds and health checks
Current Status:
- Railway builds complete successfully
- Health checks pass
- Server functionality works correctly
- Static assets serve outdated content despite fresh builds
- Issue persists across completely new Railway projects
Business Impact: Cannot demonstrate current application version to investors or integrate with external services (Zapier) due to outdated interface and documentation being served instead of current GitHub content.
The evidence strongly suggests Railway's CDN or asset serving infrastructure has persistent caching behavior that survives fresh deployments and build cache disabling.
Just now I updated my gitignore to remove /docs and I am still seeing outdated content. I need help on this asap.
Thank you.
2 Replies
9 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 Persistent Storage Issue on Free Plan - Impact on Feature Implementation
- 🧵 Railway internal build caching issue
- 🧵 Subject: Persistent Deployment Issue: "Failed to snapshot repository" on GoldEarn-Backend
- 🧵 Cache issue with React+Vite+CloudFlare after a new release
If you find the answer from one of these, please let us know by solving the thread!
9 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 9 months ago
9 months ago
Railway does zero caching of their own.
Are you using Cloudflare? Have you tried going into development mode with them?
If the issue still persists then this is an issue with your application, not Railway.
