All queries hanging in simple edge deployment on Cloudflare with Neon
All queries that I've tried are hanging when running in Cloudflare Workers with Neon as my backend. I've opened an issue here https://github.com/prisma/prisma/issues/25803 that contains a repo with a repro. I've also confirmed that using NeonDB directly works fine, so I'm currently thinking it's a Prisma issue.
Opening a discussion item here as well in case anyone here has run into this and has a work around!
GitHub
Cloudflare Workers + Neon DB Calls Hanging · Issue #25803 · prisma/...
Bug description When running with wrangler dev using Prisma + NeonDB, the promises from basic database calls do not resolve, but the results are reflected in the database. I've followed the ins...
2 Replies
Hi @jmif
Thank you for creating that issue and also providing a reproduction. I'll reproduce it and provide any information from the team on the issue.
thanks @RaphaelEtim! Let me know if I can provide any more information
Hey @RaphaelEtim Is there anywhere I can see the bug queue to keep an eye on the progress, or any way to get a rough estimate of when a fix will ship? We're fully blocked on using Prisma as we're completely deployed on Cloudflare, we can work around the issue for a short time as we'd like to use Prisma but not forever, so trying to do some planning on our end to see if it's even realistic to wait for a fix. Thanks!