Files
hyperframes/packages/studio-server
miga-heygen 44c90dd7ff fix(studio-server): revalidate preview assets on every request (#3565)
Project preview assets (images, videos) were served with
Cache-Control: private, max-age=3600, must-revalidate. The 1-hour
max-age let browsers serve stale images from their disk cache without
revalidating, even after the file changed on disk. Hard refresh didn't
recover because it doesn't bypass iframe sub-resource caches.

Switch to `no-cache` so browsers always revalidate against the
existing mtime+size ETag. Unchanged assets still get efficient 304
responses.

Fixes #3564
2026-08-31 17:46:19 +00:00
..
2026-08-30 00:31:08 -04:00