dart_edge icon indicating copy to clipboard operation
dart_edge copied to clipboard

Runtime error when running `vercel dev`

Open chimon2000 opened this issue 1 year ago • 0 comments

const response = await options.runtime.dispatchFetch(String(getURL(req)), {
                                                       ^

TypeError: options.runtime.dispatchFetch is not a function
    at Server.handler (/<path>/.npm/_npx/e04f8f8c002b5887/node_modules/edge-runtime/dist/server/create-handler.js:28:56)
    at Server.emit (node:events:513:28)
    at parserOnIncoming (node:_http_server:1091:12)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)

Node.js v18.16.0

chimon2000 avatar May 12 '23 04:05 chimon2000