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
How to debug Worker Error 1101?
Attach VSCode Debugger while running more than one worker with wrangler dev
yarn wrangler dev -c ./app/wrangler.jsonc -c ./api/wrangler.jsonc (docs: https://developers.cloudflare.com/workers/development-testing/multi-workers/#single-dev-command)
However, when doing this I cannot deterministically attach the debugger to any specific service. It seems wrangler decides which service loads first (presumably based on the dependency tree between them as specified in the wrangler.jsonc services bindings?) and then only the first worker binds the inspector to port 9229. I've tried rearranging the order of wrangler parameters to influence this to no avail. I also tried adding inspector_port in the wrangler.jsonc but it seems that option is not supported?
Is there any way to run multiple workers via wrangler dev and attach a debugger to either all of them, or choose which worker gets the 9229 debugger port, or assign unique debugger ports to each worker being run?...Next.js requiring env variables in build variables
how do i avoid worker to run on hongkong region
Cloudflare Workers drop single byte ranges to Backblaze B2 S3 and return 200 instead of 206
Workers Caching
EventSource.from type issue
Will Cloudflare Snippets' isolations persist for a certain amount of time after booting?
const cache = new Map() on the top) across few requests.
I'd like to know if Cloudflare Snippets works in the same way or the isolations are destroyed after their requests finished. This is to determine whether I should hoist a few objects and variabled to the module scope so that they would be re-used across requests or not....10000: Auth Error when connecting with Workers AI
10000: Authentication Error when trying to connect with Workers AI locally, (doesn't happen in prod)
```
InferenceUpstreamError: 10000: Authentication error
at Ai._parseError (cloudflare-internal:ai-api:181:24)...Background processing with a websocket connection
Database query fails over proxy
Disable edge cache in fetch
last-modified header of August 8.
How do I disable this cache? I have tried EVERYTHING:
cache: 'no-store' in RequestInit...
Do workers have deploy hooks?
Cannot destructure property 'Agent' of 'workerdHttp' as it is undefined.

Can't access env vars in Workers build
compatibility_flags = [ "nodejs_compat", "nodejs_compat_populate_process_env" ]
But in any moment i'm seeing the variables in log
Is there anything else i need to do?...Workers cache overhead?
Delete a single deployment
How to have multiple external custom hostnames within the same zone name for my different Workers?
Workers CPU Limits
All of my requests are failing when smart placement is turned on with dev server.