afsalmadathingal
HOBBYOP
6 months ago
Deployments successful but Railway CDN serving cached frontend files
4 Replies
clashing
HOBBY
6 months ago
https://docs.railway.com/guides/build-configuration#disable-build-layer-caching
Set the NO_CACHE=1 variable
brody
EMPLOYEE
6 months ago
Hello,
We do not operate a CDN and we do not do any caching of static files under any circumstances (at the time of writing this message)
NO_CACHE is for the buildkit build process and wouldn't have any effect on static files.
The issue here is likely browser cache, or you are committing your dist/build folder to GitHub.