I tried adding fields to context but they do not seem to carry up the Middleware > Middleware > func
I tried adding fields to context but they do not seem to carry up the Middleware > Middleware > function tree


"node_compat" within the wrangler.toml?node_compat (which is done with standard polyfills that increase the size of your Worker) is slowly being fazed out in favor of nodejs_compat (which is built into the runtime)Knex"node_compat"Knexcompatibility_flags = [ "nodejs_compat" ]
compatibility_date = "2024-04-04"