We are using Cloudflare Workers to deploy a static website. It worked for months, but now itβs giving various errors:
β¨ Built successfully, built project size is 14 KiB.
π Using namespace for Workers Site "***********-workers_sites_assets"
β¨ Success
π Uploading site files
β¨ Successfully published your script to
************** => stayed the same
π Deleting stale files...
Error: β οΈ Code 10033: bulk put: 'Invalid expiration of 1647638657. Please specify integer greater than the current number of seconds since the UNIX epoch.'
π΅οΈ
Also had this multiple times:
π Deleting stale files...
Error: error sending request for url (https://api.cloudflare.com/client/v4/accounts/************/storage/kv/namespaces/************/values/static/js/*************.map): operation timed out
According to https://www.cloudflarestatus.com/ all systems operational. Any suggestion how to debug and solve this issue?