Hi, can I check what might cause a
Hi, can I check what might cause a PostgresError: Internal error. I'm trying to add hyperdrive to neon db instead of connecting directly.
5 Replies
Can you share more details? Is this from the dashboard or the Wrangler CLI?
This is from the logs in the CF worker
Here's the error when i return it back
Can you share specific logs, your steps to set up a similar environment, and what works vs what doesn't? Are you running the same query on direct connection vs hyperdrive connection?
ok, nvm, i realised it was a simple mistake on my part, where I was missing a FROM in the statement
SELECT * xx WHERE yy = ${zz}
it's working now
thanks for your quick responseExcellent, thanks Uriel, happy to hear everything is working for you