For 24+ hours, every deploy on my sites fails — each one comes back requiring function bundles that Netlify’s store no longer has. The functions themselves are still running fine in production (the endpoints respond and are serving live traffic), so the bundles clearly still exist — but the build store won’t supply them to new deploys.
What makes me think this is a store/infrastructure issue rather than something on my end:
- It hit five separate sites at once, including ones I wasn’t deploying to or even working on.
- The affected bundles were created on three different dates (weeks apart) and all went missing in the same window.
- I can’t use the usual “just redeploy to fix it” advice, because these are manual (drag-and-drop) deploys with no source in a repo to rebuild from.
I’ve already opened a support ticket. Posting here to ask:
- Has anyone else seen function bundles evicted from the store like this recently? (Trying to tell if it’s a broader incident.)
- For those who’ve hit it — how long did it take for the bundles to be restored / for deploys to work again?
Live, revenue-generating sites are affected, so any sense of typical recovery time would really help. Thank