Cloudflare DevelopersCD
Cloudflare Developers3y ago
2 replies
yurl

Wrangler Pages Dev Unresponsive after Node.js Crashes

Whenever Node.js crashes from a syntax error or throws an error, wrangler doesn't want to start the local server at all. All I get is this error after running npx wrangler pages dev dist:
[mf:wrn] The latest compatibility date supported by the installed Cloudflare Workers Runtime is "2023-09-04",
but you've requested "2023-09-13". Falling back to "2023-09-04"...
✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.

I am currently developing a react app, the only way I can solve this issue is by restarting my laptop.
Has anybody solved / encountered this issue? Any help would be appreciated!
Was this page helpful?