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
Cant fetch Stripe checkout session line items with Stripe lib or fetch, not returning any errors
webCrypto = Stripe.createSubtleCryptoProvider()
andhttpClient: Stripe.createFetchHttpClient()
(though latter is now obsolete/unnecessary and verification works without it)
...Github integration after deploying with Wrangler
Is possible to run migrations in Pages build command?
npx wrangler d1 migrations apply db-name
as a wrangler command from the local env to make changes in the prod. DB
and then push the changed app code (wich rely on new DB schema) to git.
...Is there a way to connect to D1 locally in, say, a Nuxt.js app in dev mode?
wrangler pages dev --proxy [nuxt dev server port] -- pnpm dev
but the context.cloudflare
and process.env.[DB_BINDING]
don't seem to exist when I try to access them in defineEventHandler()
. I read the documentation but I'm still not clear on how exactly to approach this. Any guidance or examples would be appreciated. My wrangler.toml
has [[d1_databases]]
and everything and I'm logged in.Cloudflare Pages logs when using `wrangler pages deploy`
wranger pages deploy
to deploy a Sveltekit project. However, I get a failed deployment: https://fdb56b0e.dts-root.pages.dev/
In the dashboard, the Deployment details say Status: Failed.
How can I see logs? The docs say that they are in the Build tab, however, I'm not using the cloudflare ci. I only see an "Assets uploaded" tab instead.
Account Id: ea55617474d57857ada364854771fa83...Unable to serve private CF images
React App with Vite, Github Actions and Wrangler
Is it possible to use npm run dev instead of pages:dev?
npm run dev
instead of using pages:dev
?
The pages:dev builds the project every time you save which is really bad DX.
If not. Do you guys know any way to mimic the KV store locally? We are struggling quiet a bit getting this to work properly.
We are using SvelteKit....How do ignore submodule repository git clones?
Changing a GitHub project to a Direct Upload project
If the header doesn't include cf-connecting-ip, is it a bot?
Fix 1014 CNAME Cross-User Banned with Cloudflare for SaaS
The creation of new pages projects has a 500 error.
Bug Report: like to Cloudflare Pages app on GitHub is broken for organizations

Configuring Exclude routes for NitroServer on NuxtJS
Cloudflare Pages Jekyll Deployment failing on production after latest update
Can Pages serve dynamic content? (Nuxt.js)
nuxt build
. It spits out a .nuxt
folder that looks like this (see image). The framework expects that the folder is served with nuxt start
. How do I configure Pages to do that? Is that even supported? I tried both direct upload via Wrangler (my preferred method) and the direct git integration. I thought maybe by specifying the framework in the latter method the app would configure itself to serve Nuxt assets. I get a plain http 404 response code when trying to access the deployed app.
Additional note - I'm aware that I can serve the Nuxt app in full static mode by uploading the dist
folder (created via nuxt generate
). But that's not what I want in this case; I specifically want to use the dynamic app....
running code on preview destruction?
Caching to save on request quota