Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miniflare Crash when calling undici.fetch to support mutiple connection #779

Open
TimKieu opened this issue Sep 18, 2024 · 0 comments
Open

Comments

@TimKieu
Copy link

TimKieu commented Sep 18, 2024

I got this error message:

error: TypeError: fetch failed
at Object.fetch (.../node_modules/.pnpm/[email protected]/node_modules/undici/index.js:112:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async fetch3 (../node_modules/.pnpm/[email protected]/node_modules/miniflare/dist/src/index.js:4390:20)
at async ProxyClientBridge.dispatchFetch (/Users/.../node_modules/.pnpm/[email protected]/node_modules/miniflare/dist/src/index.js:9870:22)
at async #parseAsyncResponse (/Users/xxx../node_modules/.pnpm/[email protected]/node_modules/miniflare/dist/src/index.js:6463:17)
at async D1PreparedQuery.all (file:///Users/../node_modules/.pnpm/drizzle-orm@0.29.5_@cloudflare[email protected]/node_modules/drizzle-orm/d1/session.js:114:18)

when my local D1 API receives multiple connections.
Can someone help with the same issue?
Thanks much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant