Cloudflare dashboard failures in logging making it impossible to deploy stuff at the moment....
Cloudflare dashboard failures in logging making it impossible to deploy stuff at the moment....

Learn more links on https://www.cloudflare.com/en-gb/plans/developer-platform/ don't seem to be working.


env.variable_name, right?= in the response-cache-control query parameter on Backblaze B2. It works fine on R2 though. I'm using aws4fetch for signing.= with %3D on the signed URL worksfunction myNewFunction(env) {
// use env here
}
export default {
async fetch(req, env) {
myNewFunction(env);
// Do more stuff
}
}