I pushed new version of my project to github and it triggered deployment everything was successful, but I still see older verion of my project i tryed manual redeployment with no old cache but still not working. How can i clear my cache on vercel or what else it may be problem.
Hi, @crofrank! Welcome to the Vercel Community.
From the relevant documentation:
- Under your project, go to the Settings tab.
- In the Data Cache section, select Purge Everything.
- On the dialog, confirm that you wish to delete and click the Continue & Purge Everything button.
Can you try that?
Is there a way to accomplish this on the free plan? I can’t find the option you mentioned in my account. I have a specific file (sitemap.xml) that doesn’t get updated, and I can’t seem to find a way around it.
The setting would be at vercel.com/{ REPLACE_WITHYOUR_TEAM_NAME }/{ REPLACE_WITH_YOUR_PROJECT_NAME }/settings/data-cache
for all plans, Hobby included.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.