workers-and-pages-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
🤖turnstile
radar
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
pipelines-beta
containers-beta
HTTP 522 when using Worker as fallback origin for Cloudflare for SaaS
fallback.mydomain.com. When I hit it directly, I see the response from the Worker.
I then have fallback.mydomain.com registered as my fallback origin in SSL/TLS > Custom Hostnames....Durable Object (sql backend) transaction.put not saving
✘ [ERROR] queriesAddBatch error: Error: To execute a transaction, please use the state.storage.transaction() or state.storage.transactionSync() APIs instead of the SQL BEGIN TRANSACTION or SAVEPOINT statements. The JavaScript API is safer because it will automatically roll back on exceptions, and because it interacts correctly with Durable Objects' automatic atomic write coalescing.
✘ [ERROR] queriesAddBatch error: Error: To execute a transaction, please use the state.storage.transaction() or state.storage.transactionSync() APIs instead of the SQL BEGIN TRANSACTION or SAVEPOINT statements. The JavaScript API is safer because it will automatically roll back on exceptions, and because it interacts correctly with Durable Objects' automatic atomic write coalescing.
import { env, nextTick } from "node:process";
Anyone managed to deploy a Python worker using Pulumi?
script_name="hello-world-worker-py",...
Not getting all invocation logs
Help: env.RESEND_API_KEY is undefined in my Worker despite being configured as a Secret

How to connect to D1 remote with React
npm run dev instead of wrangler dev
...Google sees 404s from my SPA (served through not_found_handling)
Build failing with `Error occurred prerendering page "/_not-found". `
opennextjs-cloudflare build command, but when I push via git to the branch, the repo-connected worker keeps failing with the following message. I never got this error on next-on-pages. Any insight or advice here?
```
23:44:06.784 Collecting page data ...
23:44:19.007 Generating static pages (0/38) ...
23:44:20.432 Generating static pages (9/38) ...Anyone got a worker deployed with pulumi?
How to run a specific environment while using the vite plugin?
--mode arg but not pass an -e to wrangler...service core:entry: This Worker requires compatibility date "2025-03-17", but the newest date suppor
Error when calling worker via service binding
TypeError: this.config.adapter?.connect is not a function
TypeError: this.config.adapter?.connect is not a function
DNS Settings for Email Routing
How do I use Cloudflare's react-router RequestHandler?
Is JSPI enabled in V8 for workerd?
"Suspending" in WebAssembly), it fails. Adding "python_workers" as a compatability_flag simply makes it crash on startup from at workerd/api/pyodide/setup-emscripten.c++. I would appreciate any help on this -- thanks.