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
API not accessible from android device using workers
Pages setting fail to show
All of a sudden Wrangler keeps opening a browser tab and asking for account access?
Setup Workerd in local dev for sveltekit project
Slow uploads of files from the client browser to the R2 bucket using a presigned URL.
this.ctx.getWebSockets() return array of empty objects
Exceeding usage limit
Google drive index Worker Page loading Problem
external css file replace with workers
Deploying with keep-vars not working anymore
wrangler deploy --keep-vars
, wrangler is overriding the variables set up by the Script API. It was working well for the past 6 months without any issues, but for the last few days it completely overrides all the bindings that were previously defined. ...Worker exceeded memory limit.
Import #30 "wasi_snapshot_preview1" "sock_accept": function import requires a callable
Import #30 "wasi_snapshot_preview1" "sock_accept": function import requires a callable
. Is it some missing support for a standard on Cloudflare end or it needs to be compiled in special way? I would be grateful for any hints on the matter.
What I'm trying to achieve is to run php-cgi WASI build from https://github.com/vmware-labs/webassembly-language-runtimes/tree/main/php/v8.2.6
When I try to run wasmtime with the same binary it works without any issues wasmtime php-cgi-8.2.6.wasm -i
...File baser router in cloudflare workers (like Pages Functions)
@cloudflare/worker-types ReadableStream incompatible with TypeScript default
body
property of a Response
object, but it seems like the type declarations in @cloudflare/worker-types conflict with those in @types/node for ReadableStream
. I'm a bit stumped as to why TypeScript is looking for types from @types/node. Anyone else run into this issue before?
Here's some simple code to reproduce the issue with the default TypeScript starter:
```js
const res = await fetch('https://www.example.com');...Help For A Email Response API
MongoDB integration not working with HONO
What storage model should I use to validate that an API key is only used X times each month?
$API_KEY=$BUDGET
and decrementing the budget by 1 each call, but I'm afraid of the cost of reading and writing to KV for every API call.
To improve performance and cost, I'm considering writing API calls to an Analytics Engine dataset, then using cron (e.g. every 5 minutes) to read from the dataset and update the KV namespace accordingly.
Additionally to improve performance and cost, I'm considering duplicating the KV data to the Cache API and using that as long as its within e.g. 5 minutes old. This assumes that the inaccuracy within 5 minutes is cheaper than the KV reads and writes would have been.
Am I thinking about this right? Or is there a simpler solution?...Workers for reverse proxy like setup for Webflow sites or other hosted sites.
monorepo with multiple workers - does each one need a separate worker registry?
ā [ERROR] failed to start worker registry Error: listen EADDRINUSE: address already in use 127.0.0.1:6284
Should I set the (undocumented) WRANGLER_WORKER_REGISTRY_PORT
env var for each of them, or is it nothing to worry about? š...