korinne
korinne-dev.bsky.social
korinne
@korinne-dev.bsky.social
Product Manager on Cloudflare Workers.

Previously worked on Apollo Federation, Terraform OSS, and IBM Mainframes.
Hey will surface to our team -- will come back with updates!
October 1, 2025 at 11:00 PM
@danabra.mov Don't know if you have a need for this, but would love to hear any thoughts.
June 20, 2025 at 4:48 PM
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.
June 10, 2025 at 11:01 PM
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
June 10, 2025 at 11:00 PM
Ah found some docs that explain why this happens: developers.cloudflare.com/ssl/troubles...
ERR_TOO_MANY_REDIRECTS
Learn how to troubleshoot ERR_TOO_MANY_REDIRECTS when using Cloudflare SSL/TLS.
developers.cloudflare.com
June 10, 2025 at 10:19 PM
Sorry for the late reply!! It *looks* like you've got it sorted, but I'm going to dig around and see why this happens.
June 10, 2025 at 4:13 PM
Or, you can DM me privately if it's easier.
April 25, 2025 at 5:46 PM
(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!)
April 25, 2025 at 5:40 PM
Hey! 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...
Appointments
calendar.app.google
April 25, 2025 at 5:37 PM
Oh dang, good call out. Will update
April 10, 2025 at 7:34 PM
Hey 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.
Migrating from Vercel to Pages · Cloudflare Pages docs
In this tutorial, you will learn how to deploy your Vercel application to Cloudflare Pages.
developers.cloudflare.com
April 10, 2025 at 7:27 PM
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
April 10, 2025 at 5:21 PM
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...
April 10, 2025 at 5:18 PM
I 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...
April 10, 2025 at 5:07 PM
Hey @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.
April 10, 2025 at 4:55 PM