yurl
yurl
CDCloudflare Developers
Created by yurl on 9/13/2023 in #general-help
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.
[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!
3 replies