workers-help
pages-help
general-help
durable-objects
workers-and-pages-discussions
pages-discussions
wrangler
coding-help
kv
🦀rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
âš¡instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd-runtime
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
logs-and-analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
vite-plugin
Cloudflare pages drag and drop doesn't seem to work
JS.next on pages problems.

Web Analytics SPA
Really new to cloudflare and help would be appreciated
Cloudflare Pages API: Get information for a static site without requiring auth?
GET /api/info?sitename=SITENAME
!Cloudflare Pages repository limit
Cloudfare Catches but never publish
[Cloudflare]: [ACTION REQUIRED] Daily request limit exceeded for Cloudflare Workers and/or Pages Fun
Failed: build exceeded the time limit and was terminated. Refer to https://developers.cloudflare.com
DNS_PROBE_FINISHED_NXDOMAIN and then HTTP ERROR 404

Following the Fullstack Auth with Next JS and D1 tutorial but having issues on step 4
getCloudflareContext
has been called in sync mode in either a static route or at the top level of a non-static one, both cases are not allowed but can be solved by either:
â–² - make sure that the call is not at the top level and that the route is not static
â–² - call getCloudflareContext({async: true})
to use the async
mode
â–² - avoid calling getCloudflareContext
in the route
...'content-type' header issue when validating ApplePay Well Known Association file in Pages instance
CF Functions - Can you test pages functions in dev mode with HMR?
Heavily protect a route from ddos
Question about `pages functions build` command
pages functions build
command, then deploying it through _worker.js
(Advanced Mode).
1. The build command was bothering me about Node.js compatibility even though my wrangler.toml
file has the required properties. I suppose that means this command doesn't look for a wrangler config file?
2. If that's the case, can I put my wrangler config file somewhere else when deploying so its service bindings are used?...Creation of first Cloudflare Pages Project fails
Sveltekit: adapter-static with Cloudflare D1 - platform.env.DB not found during build
adapter-static
, but I want to use Cloudflare D1 for database queries. I created the D1 database using pnpm wrangler d1 create
, and everything seems fine.
However, when I try to build my project, I get an error saying that platform.env.DB
is not found. Since adapter-static
generates a fully static site, is there any way to still use D1 in this setup?
Do I need to switch to adapter-cloudflare
, or is there another way to access D1 while keeping adapter-static
? Any guidance would be appreciated....Vite+react+tsx webpage not building wrangler
2025-03-06T11:37:36.831Z Initializing build environment... 2025-03-06T11:37:44.184Z Success: Finished initializing build environment 2025-03-06T11:37:44.313Z Cloning repository......