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
@cloudflare/vite-plugin breaks vite build
mode === "development" && cloudflare()
...Can I use WaitUntil in OpenNext running on Workers?
Cross-account Worker Custom Domain
Error 1023

Support for Custom Serialization in Queues (e.g. `superjson`)
Compatibility date releasing
@cloudflare/workers-types
released in hand with a new compatibility date? For example, @cloudflare/workers-types
4.20250429 was released, does that mean you can now set 2025-04-29 as the compatibility_date
in Wrangler config? I know you can put there any date and it automatically falls back to the nearest one but I would like to move only to actually existing ones and don't know how to find out that a new date is available.Setting up a notification for Usage Based Billing with Cloudflare workers.

Clarification on Cloudflare Workers Request Limits

OpenNext: [unenv] fs.readFileSync is not implemented yet!
Wrangler types using "fetcher" type for RPC binding rather than Service
services = [
{ binding = "TRACE_EXPORTER_SERVICE", service = "observability-service", entrypoint = "TraceExportService" },
]
services = [
{ binding = "TRACE_EXPORTER_SERVICE", service = "observability-service", entrypoint = "TraceExportService" },
]
wrangler types
command to generate types I get...How do I get object metadata within a Worker for an uploaded object?
Using --local with workers and D1
Bypassing cache from worker fetch
https://example.domain.com
route, and internally makes sub-requests via fetch
to example2.domain.com
(origin)
Both are proxied behind cloudflare (orange cloud). I need to completely bypass cloudflare CDN, and return headers as they are returned by the origin server.
The issue is, no matter what I do, set cf
properties on fetch
, setting Vary
header on origin, trying to send everthing as a POST, Cloudlfare always mangles my header, most importantly stripping the ETAG from the origin....[SvelteKit & Workers] Building from repo breaks webapp
pnpm wrangler deploy
to upload the files to be deployed. However, as the project scaled and I implemented proper git version management, I decided to utilize the building straight from the GitHub repo on commit. This comes in very handy when wanting to preview commits to the develop branch. However, whenever the project is build directly by Cloudflare Workers, the page just returns the 500 internal server error, no matter what I do. Considering that building locally and deploying works, what could be causing the Cloudflare build project to break?
Thx for any help 🙏
If you need any extra info, just ask I will provide it right away 🫡...An RPC stub was not disposed properly using meta frameworks
using
or [Symbol.dispose]()
dosent seem to work in those enviroments. You will run into framework errors like TypeError: products[Symbol.dispose] is not a function
(and if you check if Symbol.dispose exists before trying to dispose it never exists and you still get the error)
...Ramifications of the use of SSE in CloudFlare Workers
How to use advanced Sentry capabilities?
beforeSend
hook, but noticed there are 2 very different approaches that could be taken.
From Cloudflare: https://developers.cloudflare.com/workers/observability/integrations/sentry/
From Sentry: https://docs.sentry.io/platforms/javascript/guides/cloudflare/
...extract images from pdf in a worker via unpdf, and recognize text via AI
DDoS Protection for the Workers API, and Does the DDoS Billing Waiver Also Apply to D1/R2?
File System