workers-and-pages-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
🤖turnstile
radar
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
Can we have an option to let worker's build variables and secrets extend the runtime ones?
How can I hide wrangler binding when deploy?
npx wrangler deploy command keep printing my environment.
I cannot find any related parameter at deploy command document tho, so need some help.
It's very annoying when I have to deploy at VSCode with screen sharing, so I want to hide it - If it is possible, how can I do it?...Worker Not Executing at DNS/End-point Level - Dead in the Water
Proxy requests inside workers
cf.resolveOverride to redirect the request to an alternate origin but docs say "resolveOverride will only take effect if both the URL host and the host specified by resolveOverride are within your zone". While my server can be set up in my zone, the API server is not up to me obviously.
Does this mean that I cannot use resolveOverride? What should I use instead, or what do you suggest me to do?...Worker identity federation?
SSRed Nextjs site on workers with github
Unable to deploy SvelteKit to Cloudflare Workers -- wrangler not found
wrangler after the build step.
I'm sort of confused as to why it is unable to find when I have Wrangler installed as a dependency in my project and it's listed in package.json.
What would be causing this?...Fetch request in worker results in 503 and 1200 error codes
fetch request. Sometimes, it will return a 503 with the response body error code: 1200. When viewing the response headers from this failed request that I've logged, I can see there is a cf-ray header and the server header is set to cloudflare, which leads me to believe it is happening on Cloudflare's end.
I've looked at these links and other Community issues but do not understand what is happening. I added retries in my server logic as well but this does not help.
This started on Sept 24th....im so confused ngl it says deployed and when i goto website theres nothing there all files are there
Define Worker Secrets via Terraform v5 without also defining the Worker itself?
Run Opennext.js + Prisma & Neon + Nextauth
Increasing Pages build time timeout to 60mins?
Build Notifications?
Please could a lovely internet gem help out with my lost SEO activity?
HIPAA and BAAs on workers
Error: proxy request failed, cannot connect to the specified address
Error: proxy request failed, cannot connect to the specified address
I'm connecting directly to the supabase PGBouncer, not via Hyperdrive (we saw this happen more often when we used Hyperdrive)....Visual Studio Code local preview of website works, but now it's broken on Cloudflare Pages?
Queue consumer bug with Terraform (CDKTF)
cloudflare_queue_consumer
Here’s the snippet:
``new QueueConsumer(this, ${applicationName}-queue-consumer`, {
accountId: cloudflareAccountId.value,...
Broken Image in Cloudflare Worker GitHub Comment

workers-types and wrangler types cannot coexist in monorepo without breaking ENV type
wrangler types command. However, within the same monorepo I have an astro docs site which uses the astro/cloudflare package, under the hood this still uses the cloudflare/workers-types package. When I install this in my monorepo, all my types for ENV that are coming from wrangler types in the other package are undefined / don't resolve correctly. The namespace appears to be causing a conflict.
Is there any way to handle this when I don't have control over a dependency that is still using the workers-types package?...