MiniflareCoreError [ERR_RUNTIME_FAILURE]

Hello, when I try to run wrangler pages dev '../path/to/build, I am recieving the following error:

✘ [ERROR] service core:user:the-portal: Uncaught TypeError: Invalid URL string.

    at null.<anonymous> (bundledWorker-0.3483593015646773.js:207217:14) in ../build/server/index.js
    at null.<anonymous> (bundledWorker-0.3483593015646773.js:32:59) in __init
    at null.<anonymous> (bundledWorker-0.3483593015646773.js:207481:5) in [[path]].ts
    at null.<anonymous> (bundledWorker-0.3483593015646773.js:32:59) in __init
    at null.<anonymous> (bundledWorker-0.3483593015646773.js:207489:5) in
  ../.wrangler/tmp/pages-rPpCNI/functionsRoutes-0.11127362237854777.mjs
    at null.<anonymous> (bundledWorker-0.3483593015646773.js:32:59) in __init
    at null.<anonymous> (bundledWorker-0.3483593015646773.js:207501:1)


✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.


Is there any way for me to get a more decoded error than this?
Was this page helpful?