Issue reaching my neon.tech database from cloudflare worker.

The worker runs fine in wrangler dev mode, but when I deploy it, it hangs trying to connect to the DB. Any ideas?
3 Replies
David
David7mo ago
This worker was working fine for a few months
kian
kian7mo ago
What package are you using to connect to it?
David
David7mo ago
"pg": "^8.11.1", To clarify, it hangs not on the call to connect(), but on querying.