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
github integration and passing git sha to worker
getSetCookie is not a function
"TypeError: this[#res].headers.getSetCookie is not a function"

in my streaming logs. This didn't exist before....Consent Application hangs after clicking "apply"
npm create cloudflare
. I chose to just immediately deploy the worker and it automagically navigated to a consent screen on my browser. When I click "apply", the process seems to stall. I can verify that I'm off VPN. Any ideas why this is not working?How do I get the list of deployed workers like on the web UI?
Should two related workers be developed in a single codebase, with separate wrangler.toml to bind?
Deploying worker only on custom domain
Cloudflare Workflows Binding Error in Astro Project
Worker "workflows:workflows-starter"'s binding "USER_WORKFLOW" refers to service "core:user:" with a named entrypoint "MyWorkflow", but "core:user:" has no such named entrypoint.
Worker "workflows:workflows-starter"'s binding "USER_WORKFLOW" refers to service "core:user:" with a named entrypoint "MyWorkflow", but "core:user:" has no such named entrypoint.
Changing default usage model using the dashboard
16b32bbb36161aca01a6357a37bc453e
Handling an Error 1015 for one IP address
Requests Between a Rust Worker and Nodejs Worker
Integrating Cloudflare Workflows with Astro
Discord bot code refuses to function. Returns 'The application did not respond'.
Username and Password fields
Static Assets HTML 304 local but 200 only when deployed
console
logs get executed... at all. There seems to be some kind of aggressive caching happening locally. In fact, if I delete the entire fetch
handler and restart the worker, it loads from cache even on a hard reload. Is this normal?...TypeError: The RPC receiver does not implement the method "methodX"
Cron is not triggering for my workers
How to share worker code (monorepo, npm, lib, ...) with the new wrangler types --experimental-includ
npx wrangler types --experimental-include-runtime
it generates a .wrangler/types/runtime.d.ts
file containing a bunch of types needed for our lib. Example: SqlStorage, DurableObjectNamespace. If I have a DO in our app, everything is good and works fine.
...Nested directories are not working in Static Assets
public
directory, so that my URLs will look like below t1/hello.html
, t2/en.json
etc.
But when I tried it, wrangler deploy
keeps ignoring nested directories and only uploading the files inside the public
directory....how do I type a service bind worker’s public functions from different workers?
High errors on the console
API Request Failed: GET /api/v4/accounts/9ff8ba585146f50e903ca8d21ec62530/workers-and-pages/overview?page=1&per_page=5&sort=last_modified (503)Any reason this is happening?...