Hello Vercel Support Team,
I am experiencing a persistent caching issue with my project saisonnales-app-v2. The production URL (https://saisonnales-app-v2.vercel.app/) is consistently displaying outdated data (old residents), despite recent and validated deployments.
I have confirmed that the content is up-to-date when I directly access the URL of the latest deployment (e.g., https://saisonnales-app-v2-xxxx.vercel.app/). This indicates that the problem is not with the deployed code itself, but rather with how the cache is being managed or purged for the production alias.
I have already attempted the following troubleshooting steps without success:
- I checked and tried modifying the
vercel.jsonfile configuration to add cache headers (Cache-Control: no-cache, no-store, must-revalidate). - I manually removed and re-added the
saisonnales-app-v2.vercel.appalias to the production environment via the Vercel dashboard. - I redeployed the latest successful deployment, unchecking the “Use existing Build Cache” option to force a complete rebuild and cache purge.
I confirm that I am not using any external CDN or proxy in front of Vercel. Therefore, the issue appears to be internal to Vercel’s caching mechanism.
Could you please investigate my project and help me resolve this persistent cache issue on the production alias?
Thank you for your assistance.
Sincerely,