Hello friends, what is the cause of this error? I have been facing the same error for several days
Hello friends, what is the cause of this error? I have been facing the same error for several days
console.log(${jobId} : ${message}) the console event and fetch logs via API and job id filter?\t snuck into the name when copy/pasting it: {"name":"CRON_ENABLED\t"}.wrangler tail to view the logs of your Worker, or you can view the logs in the Cloudflare dashboard. I'm guessing when you moved your Worker to the new account you forget to re-add environment variables or bindings from the other account.workers.dev domainDate.now() log like so? transform(...) returns a Response, you can await the text() method on that to make HTMLRewriter runlet start = Date.now();
const someData = await db.query(someKey);
console.log("Time elapsed for db query: ", Date.now() - start);- await new HTMLRewriter().on('head meta[property^="og:"]', metadata).transform(source);
+ await (await new HTMLRewriter().on('head meta[property^="og:"]', metadata).transform(source)).text();console.log()\t{"name":"CRON_ENABLED\t"}env.DATA_KV.get("CRON_ENABLED")