Should I be able to run `pages dev` on port 80?

When I try to wrangler pages dev .svelte-kit/cloudflare --port 80 I get the following error:

Library/pnpm/global/5/.pnpm/wrangler@3.19.0/node_modules/wrangler/wrangler-dist/cli.js:29374
            throw a;
            ^

MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
    at #assembleAndUpdateConfig (/Users/billyclark/Library/pnpm/global/5/.pnpm/miniflare@3.20231030.3/node_modules/miniflare/dist/src/index.js:8889:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Mutex.runWith (/Users/billyclark/Library/pnpm/global/5/.pnpm/miniflare@3.20231030.3/node_modules/miniflare/dist/src/index.js:3861:16) {
  code: 'ERR_RUNTIME_FAILURE',
  cause: undefined
}

Node.js v20.0.0


Did I miss something in the docs about this or is this a bug? I did see this https://github.com/cloudflare/workers-sdk/issues/3676 but don't see triage or acknowledgement.

Thanks!
GitHub
Which Cloudflare product(s) does this pertain to? Wrangler core What version(s) of the tool(s) are you using? 3.3.0 What version of Node are you using? 20.5.0 What operating system are you using? M...
Was this page helpful?