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
Cloudflare Workers cannot connect to Vultr's API

Using Hono.js on Cloudflare Workers Free Plan with Postgres, JWT, and OAuth
Deploy working, but Cloudflare build failing
pnpm run build and pnpm run deploy, everything works fine. However, if I push to GitHub, the Cloudflare build fails with:
Error: The provided Wrangler config main field (/opt/buildhome/repo/dist/random_stuff/index.js) doesn't point to an existing file
Error: The provided Wrangler config main field (/opt/buildhome/repo/dist/random_stuff/index.js) doesn't point to an existing file
I have paid for Workers plans but still getting a 1102 resource limit error for my pages app
b8115041c042b125ed83f7aaf5f99373 I have checked my app metrics and the 99.9th percentile CPU time is 261.7 ms, so it should be below the limits. I have already specify
[limits]
cpu_ms = 30_000 # 30 seconds max for paid plan
[limits]
cpu_ms = 30_000 # 30 seconds max for paid plan
OG IMAGE ON MY SITE WONT UPDATE!!!
DNS issues
Can we get more worker requests served in Korea.
I am on Worker's paid plan but getting 1102 error

Sending and receiving realtime audio in a worker
No such Durable Object class is exported from the worker
A DurableObjectNamespace in the config referenced the class "DatabaseDurableObject", but no such Durable Object class is exported from the worker. Please make sure the class name matches, it is exported, and the class extends 'DurableObject'. Attempts to call to this Durable Object class will fail at runtime, but historically this was not a startup-time error. Future versions of workerd may make this a startup-time error.
A DurableObjectNamespace in the config referenced the class "DatabaseDurableObject", but no such Durable Object class is exported from the worker. Please make sure the class name matches, it is exported, and the class extends 'DurableObject'. Attempts to call to this Durable Object class will fail at runtime, but historically this was not a startup-time error. Future versions of workerd may make this a startup-time error.
Route not being added
Worker exceeded CPU time limit despite paid tier
Workers Build: API token does not work
15:18:11.362 ✘ [ERROR] A request to the Cloudflare API (/accounts/.../pages/projects/...) failed. 15:18:11.362 ...
Worker deployed but unreachable?
wrangler.jsonc.
But now when I try to access the route, it won't work (the worker doesn't even log that a route has been accessed).
It just shows this:...
Efficient caching for presigned S3 buckets ?
Is there a plan to fix "LaLiga" blocking in Spain?
When my worker runs out of CPU time, it generates hundreds of errors

Cannot find module 'cloudflare:workers' when creating RPC WorkerEntrypoint
How long for a new custom domain routed worker to go live?
dig I'm getting Cloudflare A records. But my site isn't coming up, and I feel like something's wrong.
I've actually published this exact site (same version of the same code) via wrangler versions upload, and that comes up exactly as documented and expected. But wrangler deploy hasn't gone as smoothly. What should I look at to get a better sense of whether I've configured everything correctly, or whether I just need to be patient and wait for some propagation?...Is there a wall time limit for the free workers?