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
do i need workers to connect nuxt in cloudflare pages to supabase?
No language detection on the custom domain
Testing workers created by @cloudflare/next-on-pages
unstable_dev()
) which allows me to start them locally and run e2e tests on the worker.
https://developers.cloudflare.com/workers/wrangler/api/
...Wrangler pages create project options
Should I buy Cloudflare Pro if I have ads on website?
Is it possible to change the SSL CA for a site hosted on Pages?
/zones/{zone}/ssl/universal/settings
) for sites protected by Cloudflare, but not for sites fully hosted on Cloudflare Pages. Although the changes are reflected immediately in the dashboard under Edge Certificates, the CA on the website certificate remains unchanged (yes, I have checked using cURL to ensure it isn't cached in the browser or something).
Why do I care? Well, I have observed that, for instance, the certificate for www.dayfiles.com has been issued by Let's Encrypt, whereas the certificate for dayfiles.com has been issued by Google. This doesn't feel right, especially if you consider that the certificate issued by Let's Encrypt covers both dayfiles.com and *.dayfiles.com.
Any ideas as to why this is the case? Is it even possible to change the SSL CA for a site hosted on Pages? Is there something I'm missing here?...Report build status on completion?
npx @cloudflare/next-on-pages && npm run alert
where alert would be a script we create to send some build details/status? (Downside: that adds to build time and also worry if that fails/throws that an otherwise good build might "fail" on an alert.)
2. can we 1-time-call a worker to send status to an API helping us monitor builds, uptime stats from 3rd parties, etc?...Can't access environment variables in Wrangler dev
wrangler dev
I expect to be able to access these in a function (e.g. export async function onRequestGet(context) {console.log(context.env)}
). However, the variable I've set in my CF dashboard is always undefined.
There's some confusion around whether I need to define these locally (e.g. in a .env
file). I've tried this, but this also does not work. I'd prefer to NOT have to define them locally (similiar to the Netlify dev UX, where ones defined in the panel are available locally).
Any insight?...Does not work correctly on domains with www
Disable appname.pages.dev and *.appname.pages.dev
Is it still not possible to create durable objects inside a pages project?
Using Pages direct uploads with Pages Functions
Interacting with D1 database with URL query
window
for the URL parameters, how else can I do this?...I get the 'This ....pages.dev page can’t be found' when deploying my project

[Deployment issue] Deployment to Cloudflare's global network failing
how do I validate a jwt using a jwks in pages?
It works on my machine™
Refused to execute script because its MIME type ('text/html') is not executable
Default page instead of 404
Create project with CF API - Incomplete info
