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
Rate Limiting API open beta feedback
Error: Failed to load external module cloudflare:workers: Error: Cannot find module 'cloudflare:work
Workers performance alerting
Bindings are not being autocompleted in React Workers Static Assets example
wrangler.jsonc
```json
/**...Service Bindings on NextJS
wrangler types
to generate types, have the latest versions of everything. But whenever I make a call to getRequestContext()
I get an error saying that the Cloudflare Request Context can't be loaded.
The other challenge I've got, is that when I set export const runtime = edge
I get another error saying
```...How to manually trigger a cron job worker?
silly question about workers billing

Help migrating from Vercel to Cloudflare Workers
Emulating R2 locally
By default wrangler dev runs in local development mode. In this mode, all operations performed by your local worker will operate against local storage on your machine.
I have a worker pulling files from R2, so no problems there. Also the wrangler deploy is quick, so generally I have no need of local storage. I am curious however what "operate against local storage on your machine" means. Is the general idea that we will setup env.BUCKET_NAME
to point to some local folder to make this work? Does the R2 get (e.g. env.BUCKET_NAME.get()
) somehow grok this local filesystem link?...Uncaught Error: No such module "node:process"
compatibility_date = "2024-09-23"
in wranget.toml...."Update name in Wrangler configuration file to match deployed Worker" even though name is the same
Unable to Authenticate request with 10001 error code
how to view console.log when running via `wrangler dev --remote`
[wrangler:inf] GET ...
logs on the terminal. Help please!Startup Time Exceeded Despite CPU Profile Showing <400ms
✘ [ERROR] Your Worker failed validation because it exceeded startup limits....
To ensure fast responses, there are constraints on Worker startup, such as how much CPU it can use, or how long it can take. Your Worker has hit one of these startup limits...
DNS missing for custom_domain = true worker
custom_domain = true
, but the worker isn't responding on the domain because there are no A or AAAA records in my DNS for that zone... I thought the custom domain deploy would automatically create them, but I guess not. Can you tell me what DNS records I would need to add to get the worker to respond on my zone?Enable ip geolocation on cloudflare worker on workers.dev domain ?
Our app is down. Need to talk an agent urgently
Unable to Authenticate request with 10001 error code
Error using Mysql2 with Vite
mysql2
in any file it fails to load wiht the error
```js
buffer.hasOwnProperty is not a function...