I have a site using webhooks to update some media assets in vercel blob. In one case, I cropped a picture in Airtable which triggered a reupload of the asset to Vercel Blob. I confirmed the media asset overwrote the old asset in Blob as designed. I then redeployed my site for a reason unrelated to blob updating. However, on the fresh redeployed site, it is displaying the old asset which doesn’t exist on vercel blob. My site is set up to cache a page for 24 hours, although this shouldn’t matter since I redeployed. Even then, it’s been 72 hours and the old media asset still displays on the page.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.