Hi, I’m troubleshooting a couple of issues with our Netlify deployments. This started after a deployment yesterday, and some users starting reporting seeing blank white screens for our site until a hard refresh. Sounded like a caching issue but I thought much of this was handled automatically - not sure why it would occur here.
I updated our headers in my netlify.toml, redeployed with the option to clear the cache and that successfully deployed (though not sure if it actually fixed my caching issue).
Since then I’ve tried several times with a followup deployment and the build process now errors out prior to the ‘prepared, ready’ state near the end.
8:10:37 AM: Starting to deploy site from 'public'
8:10:37 AM: Creating deploy tree asynchronously
8:10:38 AM: Creating deploy upload records
8:15:38 AM: Failing build: Failed to deploy site
8:15:38 AM: Failed during stage 'deploying site': Failed to execute deploy: Error: deploy timed out while waiting to enter states: prepared,ready
8:15:39 AM: Finished processing build request in 7m28.586069747s
I appreciate any help you can provide!