What was reported:
Issue cloudflare/workers-sdk#4709 (closed, 39 comments): ### Which Cloudflare product(s) does this pertain to?
Pages, Workers Runtime, Wrangler core, Miniflare
### What version(s) of the tool(s) are you using?
wrangler 3.22.3, miniflare version 3.20231218.1, workerd 1.20231218.0
### What version of Node are you using?
v16.17.1
### What operating system are you using?
Debian 12.4 (latest stable)
### Describe the Bug
Hey I'm a junior developer (or maybe lower) and I followed
https://developers.cloudflare.com/pages/framework-guides/deploy-a-react-site/
to deploy a static React site to cloudflare pages. It worked...
What works:
If wrangler fails with 'MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start' on a newer wrangler version (the reporter hit it when creating a second application), downgrade wrangler to 3.57.1 as a workaround. That version cleared the runtime startup failure for the reporter.