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
The "path" argument must be of type string or an instance of URL
how can i update my worker version?

workers cron stopped
Precompressed Brotli File in Workers Static Asset is not decompressed properly

Delete pages project, script error

Pages + Workers | /functions folder with SvelteKit is not working
export Default { async fetch() }
method but I tried export async function onRequestPost(context)
since it wasn't working.
I'm not really sure where to put my functions folder since Cloudflare isn't picking up the folder and I can't move it into the svelte output folder since cloudflare will be building it on their server. What should I do? At the current I have a worker function and a pages worker, on different domains (api is on <mysite>.<me>.workers.dev and the svelte app is on <mysite>.pages.dev), which technically works, but I'd rather it all be on one project....
Preview URLs gets disabled (automatically?) for no apparent reason
openai call 403 error
Email failed: internal error; reference = teo4evnoo4cs5dt7fsd97a1q
Workers HTTP/2 support?
Use HTTP/2 and TLS 1.2 or later to establish a connection between your provider server and one of the following servers.When sending a normal fetch request I get this error:
Error: Network connection lost.
I think this is because Apple drops all non-HTTP/2 requests. Anyone who can help me out?...Workers, react-router 7, vite, and wasm
Puppeteer: How to install package from WebUI?
Which Cache Method to use at when? Which one take precedence?
caches.default
), and an example usage that looks like this https://developers.cloudflare.com/workers/examples/cache-api/. It is also used by some popular Cloudflare Workers framework (like hono
's hono/cache
https://hono.dev/docs/middleware/builtin/cache).
So my question is, which one should I use at when? If I do both, i.e. set cf.cacheTtl
when fetching a subrequest, where that subrequest route is actually cached by caches.default
. Now what happens?...Cloudflare Secrets Open Beta
Dynamic wildcard routing with Pages?
Worker return 1101
Getting waitUntil warn in logs, even though I don't have one in the worker.
Is it safe to put my env variables during build time?
I have sveltekit app and it use openai api. I deployed on workers.
Need Serious Help: Migrating off realm-web (MongoDB App Services EOL) to run with Cloudflare Workers