Issues to run Pages functions locally
Hi , i am trying to run pages functions locally and getting error "✘ [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above." Wrangler is compiling the pages function to worker successfully . My env is Ubuntu 23.04 + node v20.5.1 + npm 10.0.0 +Vite - React . Am i missing something ?
1 Reply
Is anyone facing similar issues ?
found the issue . dev server does not exit clean so when trying to start again fails to start
for now only way to fix it is to restart ubuntu everytime the dev server crashes