if `wrangler dev` is the right command this is the error I'm getting: ``` [wrangler:inf] Ready on h
if
wrangler dev is the right command this is the error I'm getting:[wrangler:inf] Ready on http://localhost:8787
[wrangler:err] TypeError: Cannot read properties of undefined (reading 'fetch')
at Object.fetch (file:///Volumes/[...]/.vercel/output/static/_worker.js/index.js:40:40336)wrangler pages dev insteadnode-compat somewhere?npx wrangler pages dev .vercel/output/static --compatibility-flag=nodejs_compatnpx wrangler pages deployment tail

pages-helpnode_modules/wrangler/wrangler-dist/cli.js:29573
throw a;
^
MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.node-compatnpx wrangler pages dev .vercel/output/static --compatibility-flag=nodejs_compat✘ [ERROR] Your worker created multiple branches of a single stream (for instance, by calling `response.clone()` or `request.clone()`) but did not read the body of both branches. This is wasteful, as it forces the system to buffer the entire stream of data in memory, rather than streaming it through. This may cause your worker to be unexpectedly terminated for going over the memory limit. If you only meant to copy the request or response headers and metadata (e.g. in order to be able to modify them), use the appropriate constructors instead (for instance, `new Response(response.body, response)`, `new Request(request)`, etc).npx wrangler pages deployment tailSuccessfully logged in.
Expired! Auth code or refresh token needs to be renewed.
/Volumes/Primary/Code/cms/node_modules/wrangler/wrangler-dist/cli.js:29573
throw a;
^
ErrorInvalidGrantpages-help