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
Next.js + D1 + SSG .. would that work?
Queue stuck until manual Send Message from Cloudflare Dashboard

Anyway I can lookup username:email format in KV using worker (without list) ?
How to update Worker secrets via REST API (or TS SDK)?
wrangler
's source code:
- To create and update Worker's secret:
https://api.cloudflare.com/client/v4/accounts/<ACCOUNT_ID>/workers/scripts/<WORKER_NAME>/secrets
- To delete Worker's secret:
https://api.cloudflare.com/client/v4/accounts/<ACCOUNT_ID>/workers/scripts/<WORKER_NAME>/secrets/<SECRET_KEY>
...How do i get IPv4 in worker
namespace is not valid
Executing Cron with random delay
hono static files return 404 in wrangler dev and worker when in subdirectory of assets folder
Advice on how to use hyperdrive externally
Error: EMFILE: too many open files, open '/opt/buildhome/repo/node_modules/lodash-es/lt.js'
``2 (node:2287) [DEP0040] DeprecationWarning: The
punycode module is deprecated. Please use a userland alternative instead.
14:49:54.472 (Use
node --trace-deprecation ...` to show where the warning was created)
14:49:55.27414:49:55.275 node:internal/event_target:1090 14:49:55.275 process.nextTick(() => { throw err; });...
Caches is randomly deleted
public, s-maxage=31536000, immutable
, and it still expires randomly after a few hours or a day. Any insights about this? Tried searching google but doesnt found any good info
I'm certain about this as I checked > 10 times, open devtools to make sure it's removed
The logic is simple; I copied it from the doc's example.
```js...Regression in Browser Rendering: PDF timeout
TimeoutError: waiting for Page.printToPDF failed: timeout 30000ms exceeded
TimeoutError: waiting for Page.printToPDF failed: timeout 30000ms exceeded
Error 525 when fetching Let's Encrypt API
fetch
is all you need to repro. If it helps, here's some of many ray ID from the response headers: 91c7bf13c1322f93-MAD
, 91cdb4de8635ede7-LHR
Email worker doesn't work, logs and tail are empty
I can't create and set new token from Workers Settings
- These rules must pass for `{ "act": "user", "sparams": "tokens", "name": "Workers Builds - 2025-03-07 13:50", "scopes": { }, "permissionGroupKeys": { }, ... }` - policies must be present"
- These rules must pass for `{ "act": "user", "sparams": "tokens", "name": "Workers Builds - 2025-03-07 13:50", "scopes": { }, "permissionGroupKeys": { }, ... }` - policies must be present"

Worker build error
wrangler deploy
locally works just fine. I had the same repo deploying just fine, had some config changes and repo migration done from one org to another. Deleted previous worker and trying to re-configure new worker. Been running into this issue ever since.
[observability.logs]logs enabled cleared on build
R2 Presigned URL : No upload limit ???!!!
Expected latency difference between workers.dev and custom domain
How can I increase the number of custom domains supported by workers/pages?