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
Upload Cloudflare Image from Workers?
Error after running command - npx wrangler pages deploy dist/ error happens
I get 'undefined' when i get a certificate from the mtls_certificates
wrangler dev --local refuses connection after invoking tRPC requests on macos
Cant deploy worker using router class
The uploaded script has no registered event handlers. [code: 10068]
Which seems weird because the router has an async fetch
handler and is the default export. From everything I have read, this should work? Am I missing something?
I also tried extending the class using WorkerEntrypoint
but it results in the error Uncaught TypeError: Failed to construct 'WorkerEntrypoint': constructor parameter 1 is not of type ExecutionContext'.
which is odd because looking at the docs examples, a constructor shouldnt be needed....Migrating an old worker to module format
Workers data transfer pricing?
websocket request to durable object does not contain upgrade header
namespace.name.workers.dev
and setup a worker route to a domain (ie. example.com
)
Everything works fine on the workers.dev domain, but when trying to connect to example.com
it doesn't work with the error below. I've confirmed the browser is sending the header, but it's not being received by the fetch handler....Timed out in deployment
Intermittent `Network connection lost.` exceptions
Network connection lost
exceptions on our prod worker (on paid plan). Yes, it doesnโt always happen. Weโre using Baselime to monitor the worker performance. In Baselime logs, the response status is 200
but with this exception:โจ
```js
exception:
{
Name: "Error",......Problem what Environment variables on Nuxt 3.12.4
prisma migrations fail if there are multiple databases
cache.match subrequests
cache.match()
? then a subrequest is never sent to the origin? Kinda getting lost here, how is that a valid header name?
Thanks for the help!...migration
[[migrations]]
(various new_classes and renamed_classes) don't match. is there a way to just "start again" with respect to declaring DOs? i.e., start all environments back to v1 (or any tag really).How to define the environment to be used for a worker vitest?
how do i create analytics dataset?
Deploying a worker based on an existing Node project
Deadlock in cache.put() - platform issue or am I doing something wrong?
Using zlib.deflateRaw
zlib.deflateRaw
? When I attempt to I get an Error 1101
Cloudflare page.Bug in Wrangler - it randomly adds [object Object] to console.log()'d string output
console.log()
something, if it's over a certain lenght (unclear), Wrangler malforms it and swaps parts of it out for [object Object]
.
So you'll get something like:...