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
Does Cloudflare Pages Advanced Mode (Functions) access _worker.js folder?
Advanced mode allows you to develop your Pages Functions with a _worker.js file rather than the /functions directory. https://developers.cloudflare.com/pages/functions/advanced-mode/Is a
_worker.js
folder with index.js
is accessible?...New pages site missing DNS entry

Open Graph Images on Demand in a Next.js Pages App
Cloudflare Pages Git Integration Issue

Styles.css looking different on custom domain than on local and on the .pages.dev domain
Cloudflare pages on subdomains not automatically set up in web analytics
pepper.fyi
Iāve hosted a site on Cloudflare pages, and by default, it has a pages.dev
domain. Iāve added my own custom domain (and subdomain, boids-react.pepper.fyi
), but in web analytics, only the pepper.fyi
shows up in analytics. boids-react.pepper.fyi
doesnāt show up. In the DNS entry list, thereās a CNAME entry that maps boids-react to boids-react.pages.dev
, and itās proxied. Iāve even added a JS snippet since CF tells me that it doesnāt belong to any hostnames under my account, but it still shows 0 views even if i accessed the site multiple times using the boids-react.pepper.fyi
URL with different devices....
Unable to Deploy Unless using CLI Deploy
npx wrangler pages .
and npx wrangler pages deploy .
). However, the automatic deploys runs into an error after build and during deploy due to an error from one of the NPM node_modules. I think it's due to process.stderr
being accessed improperly or being polyfilled improperly by unenv. However, I don't see a way to access the build artifacts that cloudflare creates and so cannot debug this issue. Any help would be appreciated. Thank you.
Removed the other details as I've figured out a workaround. See first response.
Error:...Fetch inside a worker fails if the worker is invoked via a Pages function binding
fetch
to download a JSON file, and then it responds with some data. When in call the worker directly using curl, it works as expected. However, when I call it using a Service binging from a Pages function, I get an error because the JSON file is invalid:
```...Function not updating
functions/auth
. After deploying them the first time there were some things that needed fixing, but it seems like only the first version of the functions is now used, although every new build log states:
```
20:18:42.379 Found Functions directory at /functions. Uploading.
20:18:42.385 ā
ļø wrangler 3.101.0...Pages Repository Limit
804f65dff7cae7a9f4fee96ca2f65958
...How to use wasm NPM package (pdfium)
import { PDFiumLibrary } from "@hyzyla/pdfium/browser/base64";
Gets me built and deployed, but runtime error of (error) failed to asynchronously prepare wasm: CompileError: WebAssembly.instantiate(): Wasm code generation disallowed by embedder
b/c Cloudflare disallows runtime fetching of wasm (even though the base64 is in my code itself).
2. I tried updating wrangler.jsonc
, but this property is not supported in wrangler:...CNAME conflicts with TXT record name
Astro Starlight Search Feature broken on custom domain but not on pages.dev URL.
1dd090371320bab7d015b03071c2435a
- No error, but when on https://boxersteavee.dev, the search functionality doesn't work. I just get an empty box. On https://website-blx.pages.dev, it works. These are both the same deployment, and I have tried other devices (including mobile) and other browsers, but it is the same....Hey everyone, I need some help with Cloudflare Pages.
The entry-point file at ".open-next/worker.js" was not found
No matching export but builds and runs fine locally
00:22:04.997 ā [ERROR] No matching export in "../../node_modules/.pnpm/[email protected]/node_modules/marked/lib/marked.esm.js" for import "Slugger" 00:22:04.997 ...
Unable to deploy in Pages despite `nodejs_compat` being set (SvelteKit and `pg`)
what value is CF_PAGES_BRANCH on main
const isPreview = import.meta.env.PROD && import.meta.env.CF_PAGES_BRANCH !== "main";
_headers with SvelteKit not applied?
cloudflare-pages
adapter, I have a _headers
file with this content and these show in the Headers tab of my CF deployment but the headers don't show in my network tab requests, any idea why? š¤
```
/*
X-Content-Type-Options: nosniff...nuxt / drizzle / cloudflare