Hello,
I’m facing an issue with site and its custom domain.
Even if I deploy a new commit on develop branch, Netlify keeps delivering outdated resources, in the browser which has already visited old deployed version.
I’ve disabled cache with Cache-Control
header (no-cache, no-store, must-revalidate, max-age=0
) but Netlify seems to ignore it and responds with 304 http code.
It only happens on develop
branch and its custom branch subdomain.
If I try with another branch (like develop2
) Netlify always responds with up-to-date resources.
Thank you in advance.