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
pipelines-beta
containers-beta
cannot create worker project
Workers Builds: How to set a package manager?
BUN_VERSION=0
which failed because it tried to install bun@0. I also tried setting "packageManager": "npm@..."
in package.json
, but it ignores it.
Ended up skipping dependency installation using SKIP_DEPENDENCY_INSTALL=1
and then use npm install && npm run build
as build command. This sometimes work, sometimes doesn't......Migrating an Eleventy (11ty) site from Pages to Workers
Issue with wrangler deployment
Cloudflare does not create Preview URLs for Workers

i have a question
Cloudflare Workers Ratelimiting
Should queue consumer workers be separate from fetch workers?
fetch
or queue
or both. If I have my api on fetch and then also have queue stuff is it better to create a sperate worker and use queue there or...
1. It doesn't matter as cloudflare can split fetch and queue automatically
2. It doesn't matter as loading the entire worker for both is no problem...Local development secret store
wrangler secret store create
says Local secrets stores are automatically created for you on use. To create a Secrets Store on your account, use the --remote flag.
, and wrangler secret store list
says This command is not supported in local mode.
What is the ID of the local secrets store automatically created?...Cloudflare-workers-and-pages bot reports build failed, Cloudflare dashboard reports build succeeded.
cloudflare/wrangler-action@v3
to deploy it.
This is the workflow command:...
Next.js Build is failing for the npm run build in the /frontend folder
13:17:24.975 ./app/admin/account/call-logs/page.tsx
13:17:24.975 Module not found: Can't resolve '@/lib/api-utils'
13:17:24.975 ./app/admin/account/call-logs/page.tsx
13:17:24.975 Module not found: Can't resolve '@/lib/api-utils'
Smart placement queries
detect if request originated from service binding
Secrets Store: cannot access via a binding variable.
Is a way to access remote binding in local developpement on a next js worker
Protecting a Workers Static Assets site with Cloudflare Access
Worker build is failing (Preview Build)
2025-07-29T15:02:47.319Z Initializing build environment......
