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-beta
vite-plugin
Good day guys.
1 - Is it good to deploy the worker as is and in parallel the react SPA in pages? Will this be ok? 2- Will this need cors whitelist or something? 3 -Will be better to serve the SPA using getAssetFromKV from '@Cloudflare/kv-asset-handler'?...
Cloudflare (Workers) Fetch Cache & Redirects Behavior
/v2/cdn/stories/home?key=234234234
, Storyblok will redirect this to a link that does have the cache value (cv) query param /v2/cdn/stories/home?cv=2342342234&key=234234234
, will the second URL be fetched from the cloudflare cache or not? Preferably in this case, if we get a redirect status code from Storyblok, we don't want to cache that response. But if it redirects to an URL that does have the cache version (cv) included, and we already have that cached, we want to actually retrieve it from the cloudflare cache if available there....👋🏻 Hey all. I am a PM on the Workers
Where do you want requests not including
100::
) or put an origin underneath if you want/need...I'm looking for an example of a
If you turn on Domain Lockdown, then it'
Had a thing up recently where every
Hey im getting this error when trying to
smart placement + RPC
Quick question about the smart placement limitation on RPC service bindings. Is that temporary? Or is it a limitation that is expected to be around for a while? Not looking for a timeline, just some confirmation the vision for RPC....
Worker waitUntil question
Interface return type in RPC functions for Service / WorkerEntrypoint
So I have searched already quite a bit

Hello is anyone else getting 202 status
Ok, new problems. When running tests
Failed to pop isolated storage stack frame in...
I was able to resolve it without RPC by following the error found in this thread: https://discord.com/channels/595317990191398933/1218150105777963101/1227337525484326933
But it seems like it's causing issues regardless in RPC...Try adding the `rpc` compatibility flag
rpc
compatibility flag into your Wrangler.jsonAre there example repos of Durable
The receiving Durable Object does not support RPC...
when running tests attached to it. Repro here: https://github.com/its-jman/workers-types-repro...'geosteering' with workers
Hi, I am using the new RPC service