@danabra.mov Don't know if you have a need for this, but would love to hear any thoughts.
20.06.2025 16:48 β π 0 π 0 π¬ 0 π 0@korinne-dev.bsky.social
Product Manager on Cloudflare Workers. Previously worked on Apollo Federation, Terraform OSS, and IBM Mainframes.
@danabra.mov Don't know if you have a need for this, but would love to hear any thoughts.
20.06.2025 16:48 β π 0 π 0 π¬ 0 π 0Public beta for remote bindings during local dev is out! π§‘ github.com/cloudflare/w...
You can specify which bindings should connect to a deployed resource, and your Worker still executes locally.
This might be creating the loop. The edge asks Pages for content over http, Pages says go to https, and maybe the redirect instruction gets cached and served to some users.
Either way, since we own all the infrastructure we should be able to prevent this. Sent this over.
Ah yeah you're right -- sorry, read too quickly. In this case, I *think* what's happening is:
- A user connects over https, and the server then connects to Pages over HTTP
- Pages is configured to redirect any incoming http traffic to https
Ah found some docs that explain why this happens: developers.cloudflare.com/ssl/troubles...
10.06.2025 22:19 β π 0 π 0 π¬ 1 π 0Sorry for the late reply!! It *looks* like you've got it sorted, but I'm going to dig around and see why this happens.
10.06.2025 16:13 β π 1 π 0 π¬ 1 π 0the lord giveth and taketh away :'(
www.rockpapershotgun.com/no-sorry-put...
We want your feedback! Here's a public proposal for supporting _routes.json config files in Workers with static assets: github.com/cloudflare/w...
The goal is to make it simpler to specify which routes invoke your Worker, as well as ease migrations from Pages.
Or, you can DM me privately if it's easier.
25.04.2025 17:46 β π 2 π 0 π¬ 0 π 0(for anyone else, always feel free to book time on my calendar if you want to talk about our APIs or general Cloudflare Workers feedback. come complain at me!)
25.04.2025 17:40 β π 1 π 0 π¬ 0 π 0Hey! Just saw this now (thanks @danabra.mov for the ping!) -- would you be down to talk on a call? We've spun up a team internally to focus on how IaC tools can be used for Workers, and it would be really useful to ask a few questions about what you need: calendar.app.google/D7BNdUW82b59...
25.04.2025 17:37 β π 3 π 0 π¬ 2 π 0Oh dang, good call out. Will update
10.04.2025 19:34 β π 1 π 0 π¬ 0 π 0Hey we updated the docs this morning based on this feedback:https://developers.cloudflare.com/pages/migrations/migrating-from-vercel/#add-a-custom-domain
Hope it's more clear, and thanks for calling this out.
Yeahhhh we're still working on OpenNext (it's in v1.0-beta) opennext.js.org/cloudflare
Thank you for the feedback though -- we have a lot of docs stuff to improve, so this is really useful
Honestly fair -- we do have a new Vite plugin that takes care of a lot of this (you still need to have a wrangler config for the Worker name and compat date): developers.cloudflare.com/workers/vite...
10.04.2025 17:18 β π 0 π 0 π¬ 1 π 0I know, we are working on fixing all the SEO problems right now -- such a bummer. But yes, Workers is the way to go, and you can import a repo! Here's also a doc on migrating if you want: developers.cloudflare.com/workers/stat...
10.04.2025 17:07 β π 1 π 0 π¬ 1 π 0Hey @danabra.mov -- not sure if you saw, but Workers actually let's you host static sites as well, and is where we'll be investing a lot of our features: blog.cloudflare.com/full-stack-d...
You of course can keep using Pages, but in case you missed the announcement.