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
thomasgauvin
thomasgauvin2mo ago
Can you share more details? Is this from the dashboard or the Wrangler CLI?
Uriel
UrielOP2mo ago
This is from the logs in the CF worker Here's the error when i return it back
{
"name": "PostgresError",
"severity_local": "FATAL",
"severity": "FATAL",
"code": "58000"
}
{
"name": "PostgresError",
"severity_local": "FATAL",
"severity": "FATAL",
"code": "58000"
}
thomasgauvin
thomasgauvin2mo ago
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?
Uriel
UrielOP2mo ago
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 response
thomasgauvin
thomasgauvin2mo ago
Excellent, thanks Uriel, happy to hear everything is working for you

Did you find this page helpful?