Hanging timeout server-side requests using Cloudflare Hyperdrive
Anyone have success using Cloudflare Hyperdrive with Better-Auth?
Basically, I have sign-in functionality server-side like:
But it's hanging forever when I hit it. No logs, just forever loading.
Auth looks like:
And getDb function looks like:
If I use the postgres connectionString directly, it works. But if I use the Hyperdrive connectionString, it hangs.
Any ideas?
Basically, I have sign-in functionality server-side like:
But it's hanging forever when I hit it. No logs, just forever loading.
Auth looks like:
And getDb function looks like:
If I use the postgres connectionString directly, it works. But if I use the Hyperdrive connectionString, it hangs.
Any ideas?