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
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
Worker + Assets vs Pages + Worker?
How do you properly deploy a Next.js app with dynamic routes to Cloudflare Pages?
Running SvelteKit in Cloudflare
``bash
Error: Can only read the current request event inside functions invoked during
handle, such as server
load functions, actions, endpoints, and other server hooks. In environments without
AsyncLocalStorage, the event must be read synchronously, not after an
await`."...
cors setting for cf pages to allow al
Site deployed on Cloudflare is slower and sends more resources than the same site deployed on Vercel
How do I get cloudflare pages to not install python?
does cloudflare automatically updates the submodule in the repository?