workers-help
pages-help
general-help
durable-objects
workers-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
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
Cannot create binding for class WebSocketServer because it is not currently configured to implement
websocket forward proxy server
Producer not writing to queue
stop double execution of code when the time limit exceedes
Worker doesn't show any logs/Cron job fails when code is good
wrangler tail
wrangler tail
Default cache with worker binded
Failing to use wrangler secret list
pnpm wrangler secret list
✘ [ERROR] A request to the Cloudflare API (/accounts/ed77d12fd9fc5faef08d17e41fdb2dc5/workers/scripts/project-name/secrets) failed.
workers.api.error.script_not_found [code: 10007]
pnpm wrangler secret list
✘ [ERROR] A request to the Cloudflare API (/accounts/ed77d12fd9fc5faef08d17e41fdb2dc5/workers/scripts/project-name/secrets) failed.
workers.api.error.script_not_found [code: 10007]
"internal error" calling .fetch on bound Durable Object
Should `unsafe.bindings.ratelimit` have different `namespace_id` for each worker environment?
Error Code: 10021 on Dashboard
Worker DNS issue
Can I use Requests library in a Python Worker
Requests
library to do GET and POST requests.
But, I'm getting ModuleNotFoundError: No module named 'requests'
error....How to calculate queue message size before sending it to queue the way CF does it?
Queue send failed: message length of 165746 bytes exceeds limit of 128000
Because the messages I’m sending to queue can vary in size, I can’t batch the arrays I send to queue by a batchSize because then sometimes it exceeds the limit, what I need is to batch the array based on the size in bytes.
...Impossible to add a new ENV Variable if using unstable.bindings.RATE_LIMITER
Execution Context Canceled When Returning Response Object with Stubs from Service Worker
Workers for platforms authentication
Workers Routes not adding DNS records, URL returns DNS_PROBE_FINISHED_NXDOMAIN
serve-univoter
with the route univoter.com
, on the zone uinvoter.com
. Normally this would (a) add a DNS record for that worker and (b) serve the worker on that domain. This time it's doing neither (see screenshots). I get no DNS records at all, and visiting the site returns DNS_PROBE_FINISHED_NXDOMAIN
....An RPC result was not disposed properly
Disposable
. I keep getting this error, and i'm not entirely sure how to go about it, because I thought it automatically disposes?
An RPC result was not disposed properly. One of the RPC calls you made expects you to call dispose() on the return value, but you didn't do so. You cannot rely on the garbage collector for this because it may take arbitrarily long before actually collecting unreachable objects.
An RPC result was not disposed properly. One of the RPC calls you made expects you to call dispose() on the return value, but you didn't do so. You cannot rely on the garbage collector for this because it may take arbitrarily long before actually collecting unreachable objects.
API Authentication with Auth0 / other options