You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up this template, Miniflare throws the following error
which ultimately results in a runtime error of
[mf:err] GET /process: FetchError: No fetch handler responded and unable to proxy request to upstream: no upstream specified. Have you added a fetch event listener that responds with a Response?
at EventTarget.[dispatchFetch] (C:\Users\tim\AppData\Local\Volta\tools\image\packages\miniflare\node_modules\miniflare\src\modules\events.ts:224:13)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
GET /process 500 Internal Server Error (87.10ms)
The text was updated successfully, but these errors were encountered:
Hey! 👋 Thanks for raising this. I'm pretty sure this is due to how CommonJS modules are (mis)handled at the moment. The major version will include a proper CommonJS loader which should solve this issue. 👍
Hey! 👋 The first pre-release of Miniflare 2 has just been released, including a proper CommonJS loader which should solve this issue. You can find the full changelog here and install it with npm i miniflare@next -D. Please let me know if you have any other issues, and feel free to ask questions in the #miniflare channel of the Cloudflare Workers Discord server.
When setting up this template, Miniflare throws the following error
which ultimately results in a runtime error of
The text was updated successfully, but these errors were encountered: