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
vite-plugin
Trouble getting Static Form Pages Plugin working with KV on Astro Site
astro.config.mjs
to use directory mode and src/env.d.ts
to include define Cloudflare runtime and KV type. Also updated KV namespace bindings on Cloudflare Pages > Settings > Fuctions. Also added a wrangler.toml
with the kv_namespaces.
Could someone just provide some psuedo code on how you would update this respondeWith
function that serializes the formData and saves it to a KV namespace?
```JavaScript
import staticFormsPlugin from "@cloudflare/pages-plugin-static-forms";...Different repositories at different paths
my.domain.com/
is processed by project domain-root
and my.domain.com/cool-dude
processed by project cool-dude
? Or does that have to be done via subdomains?Deploy a python fastapi project?
sveltekit api fetch from frontend not work
component
import to +page.svelte
i fetch like this:
`const checklink = async (id: number) => {
try {...Wrangler pages --json output?
page deployments list
command, or really anything to help get this permalink in a clean way.
Does it exist, if not how are others handling this? I could just scrape the output for Deployment complete! Take a peek over at
, but that feels brittle....Cache Rules Across All Regions
banned domain??

What happens after 500 build in the Free plan?
how to use d1 procedures with Pages

Cloudfare R2 mismatches between 206 and 200 status code
Trouble initializing wasm in SvelteKit
@jsquash
dependencies in a Pages app build with Sveltekit.
I am able to get things building but when initializing the wasm during runtime, I get the following error:
```...deployment works locally, but not via github actions
Function does not work on deploy (Astro)
npx wrangler pages dev -- npm run dev
it does work, but when deployed I get <empty string> in the console and a 404 in the Network tab, even though I can see the functions directory builds (or at least builds without error) correctly. The Cloudflare function logs do not pick up any activity.
What am I doing wrong?...Cloudflare Pages / Next.js migrated from Self-hosted based on Docker
how to query DB from frontend using pages and D1
Is it possible to use cloudflare for SaaS with cloudflare pages site?
deploy multiple branches of the same github repository to different subdomains?
Angular app building but not accessible