Unable to turn off static asset caching

I’m trying to fix some CORS issues and I had previously enabled fly’s static asset caching. I’ve tried deploying to bust the cache and I’ve tried removing the statics section and also adding statics = [] to no avail. I always get fly-cache-status: HIT (and no CORS headers) in my responses.

I was able to work around this issue by deleting the fly app and recreating it.

A better workaround was just posted in: Removing [statics] from fly.toml has no effect