Site to Cloudflare pages still redirects to Netlify domain

Hi,

Yesterday I moved site deployed to Netlify to a site hosted in Cloudflare pages. The issue i’m having is it is still redirecting to netlify domain ie

https://site.net redirects to https://unruffled-site.netlify.app/

I have:

  • set up custom domain in Cloudflare pages which is marked Active
  • confirm CNAME in cloudflare points to cloudlfare pages url
  • removed custom domain in site-5d1fcb.netlify.app settings
  • waited over 24 hours
  • purged Cloudflare cache multiple times
  • I don’t believe there are any Netlify redirects in _redirects or netlify.toml

curl response

curl -I https://site.net
HTTP/2 302
date: Tue, 25 Feb 2025 19:39:20 GMT
content-type: text/html
content-length: 143
location: https://site-5d1fcb.netlify.app
cache-control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
expires: Thu, 01 Jan 1970 00:00:01 GMT
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5x%2ByjzUexoalrMlVvuHNZ3Bip%2FaqCqQSvSKtr%2FT7ijpk91wXjmqPt272zADSTyf2fReWefxToJQD22rJpLZ144JnA%2BkTzMLov%2BzSIwmkMOYan59Zp%2FJrXtaz9jiHXqWt%2FGMzdbLVJz%2Fwnk9XalziQd4lUZ4%3D"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 917a292d2f795f1b-LHR
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=0&min_rtt=0&rtt_var=0&sent=0&recv=0&lost=0&retrans=0&sent_bytes=0&recv_bytes=0&delivery_rate=0&cwnd=0&unsent_bytes=0&cid=0bdc34590780e490&ts=11&x=0"
server-timing: cfReqDur;dur=26.39
cf-team: 25e03810230000f216cfcf5400000001

@NRKirby This is something you would fix on Cloudflare, or seek support from their end.
As at this point Netlify isn’t even involved.

When requesting daily-reflections.net it is Cloudflare that responds (not Netlify)
You end up on the Netlify site because the response is a 302 to https://unruffled-nightingale-5d1fcb.netlify.app

1 Like

Thanks for your help @nathanmartin . I’ll reach out to Cloudflare now