Skip to main content
Cloudflare Pages

Is Cloudflare Pages down? Live status

Cloudflare edge + Pages

Live Cloudflare Pages reachability — Pages dashboard, Workers edge and the Cloudflare API checked from your browser.

Cloudflare Pages status tracks real-time reachability across Cloudflare's global edge network, Workers compute layer, and deployment dashboard. Independent browser-based probing detects localized regional edge degradation before official incident reports appear on status.cloudflare.com. Reachability depends on Cloudflare Workers edge nodes, Git integration build runners, and CDN edge availability.

CloudflarePages API Status

Live, in-browser checks against CloudflarePages's public APIs. Refreshes every 15s.

Checking…

Reachability

DNS / TCP / TLS — Cloudflare's public front-ends

3 endpoints
  • pages.cloudflare.com
    Pages marketing / dashboard
    ms
    warming up
  • dash.cloudflare.com
    Cloudflare dashboard
    ms
    warming up
  • workers.dev
    Workers edge subdomain
    ms
    warming up
Polling every 15s · Last updated · Next in 15sOpen CloudflarePages

Cloudflare's API rejects cross-origin browser requests. These checks confirm DNS, TCP and TLS reachability of the Pages, dashboard and Workers front-ends only.

Sponsored · Cloudflare Pages
Ask CF
Workers · Edge

I'm CF — your Cloudflare Pages guide. Ask about Workers, D1, R2, or Pages vs Vercel.

Visit Cloudflare Pages

Sponsored content. vercel.health may earn a referral reward when you sign up via this widget. Answers are informational only — not financial advice.

Official CloudflarePages status page

Open ↗

About CloudflarePages

Cloudflare Pages is Cloudflare's Jamstack + Workers deployment platform, running on the Cloudflare edge in 300+ cities. Pages ties tightly into Workers, D1, R2 and KV for full-stack apps.

CloudflarePages at a glance

Runs on
Cloudflare edge (300+ cities)
Compute
Workers (V8 isolates)
Storage
R2, D1, KV, Durable Objects
Free tier
Unlimited requests
Pricing
$0 → $5/mo Workers Paid

Common CloudflarePages issues

  • Workers CPU limit exceeded

    Workers have a 10ms CPU budget on free, 50ms on paid. Heavy JSON parsing or crypto in a single request will trip it while the platform itself is healthy.

  • Build failed on Node compat

    Cloudflare's runtime is workerd, not Node. Packages that require child_process, fs.watch, or native addons will fail even with nodejs_compat enabled.

  • Cache-Control ignored

    Cloudflare's global cache honors specific headers only. Origin-set no-store and private are respected; s-maxage overrides max-age at the edge.

Background

Cloudflare launched Pages in 2021 as a direct competitor to Netlify and Vercel, layered on top of Workers. Since then it has bundled Pages with R2 object storage, D1 SQLite, and Durable Objects, positioning itself as the edge-first full-stack alternative.

Frequently asked

Why is my Cloudflare Pages site returning errors?
Common issues include build script failures, custom domain DNS mismatches, edge routing errors, and Worker function exceptions. Inspect deployment build logs in the Cloudflare dashboard for detailed error traces.
Does a Cloudflare Pages build outage affect live sites?
No. If the build runner is down, existing deployments remain active and cached across Cloudflare's global CDN edge. Only edge routing or DNS outages disrupt previously published static assets.
How can I check if Cloudflare Pages is down?
Check live platform reachability using independent status probes on vercel.health, inspect Cloudflare's official status page at status.cloudflare.com, or test direct edge response codes across multiple global regions.
Why do Cloudflare Pages deployments fail?
Cloudflare Pages deployment failures typically stem from Node.js compatibility flags, missing environment variables, incorrect build output directories, exceeding file size limits, or dependency installation timeouts during the build step.
How does Cloudflare Pages differ from Vercel?
Cloudflare Pages builds on Cloudflare Workers and standard V8 isolates without cold starts, while Vercel integrates Next.js natively with hybrid serverless and edge runtimes, Fluid Compute, and proprietary optimization services.
Is Cloudflare Pages down right now?
The dashboard above probes Cloudflare's public front-ends from your browser. Pages incidents are usually reported on cloudflarestatus.com alongside Workers and DNS.
Pages vs Workers — do they share status?
Pages runs on top of Workers for functions. A Workers-side incident (Durable Objects, KV) can degrade Pages sites even if the CDN itself is healthy.

About this check

All data is provided on a best-effort basis with no guarantees about accuracy or availability. This is an unofficial status page and is not affiliated with, endorsed by, or sponsored by CloudflarePages.

Checks run client-side from your browser against CloudflarePages's public endpoints. Latency reflects your network path, not the server's health alone. See our resources for more on how to read these checks.