fforres
CDCloudflare Developers
•Created by fforres on 4/12/2025 in #hyperdrive
Has anyone tested hyperdrive on postgres
Will try tunneling in a bit, much appreciated 😄
9 replies
CDCloudflare Developers
•Created by fforres on 4/12/2025 in #hyperdrive
Has anyone tested hyperdrive on postgres
Initially was trying with postgres 17, and saw that officially only 16 was supported.
So thought that version might've been the issue, but started a new DB on 16 and same issue.
Turns out it was VPC security group limiting access, had to allow for a broader set of IPs
9 replies
CDCloudflare Developers
•Created by fforres on 4/12/2025 in #hyperdrive
Has anyone tested hyperdrive on postgres
but when seeting that same connection string fails with a
Network connection to the provided database timed out. [code: 2020]
9 replies
CDCloudflare Developers
•Created by fforres on 4/12/2025 in #hyperdrive
Has anyone tested hyperdrive on postgres
Was trying to set a hyperdrive connection to an aws rds instance.
It's set as a public database and I'm able to connect to it from my local dev env and run migrations, for example, or connect with a database GUI.
9 replies
CDCloudflare Developers
•Created by JacobLinCool on 11/8/2023 in #workers-help
Email Workers Issue with Email Replies on Subdomain
Blast from the past. but did you ever find a solution for this?
2 replies
CDCloudflare Developers
•Created by fforres on 2/6/2025 in #workers-help
Email worker cannot reply to emails received on a subdomain
It fails with the error:
✘ [ERROR] Error: mail from is not from the correct domain
3 replies
CDCloudflare Developers
•Created by fforres on 8/7/2024 in #workers-help
Do RPCs work in localhost? 🤔
I imagine this has to be because the way workers need keep references to JS Objects when injecting RPCs? 🤔 Would be great if some CF folks could give some insight
5 replies
CDCloudflare Developers
•Created by fforres on 8/7/2024 in #workers-help
Do RPCs work in localhost? 🤔
Unsure if this is documented or not, but that was at least my issue 🙏
5 replies
CDCloudflare Developers
•Created by fforres on 8/7/2024 in #workers-help
Do RPCs work in localhost? 🤔
Holy shit! I figured it out my issue.
So one extra thing to have in consideration is that methods have to be written as part of the class prototype.
Like
WORKS
FAILS
5 replies
CDCloudflare Developers
•Created by fforres on 8/7/2024 in #workers-help
Do RPCs work in localhost? 🤔
I can see the following:
▲ [WARNING] This worker is bound to live services: TRANSACTIONAL_EMAIL_SERVICE (transactional-email-service)
Which makes me think wrangler does see the bound RPC service.
Plus I have set a compatibility_date = "2024-06-03"
for both my services (main and the bound RPC).5 replies
CDCloudflare Developers
•Created by SimDoes on 6/14/2024 in #pages-discussions
did you figure this out? I have tried
oh crap 😦
5 replies