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
Preloading Emscripten-generated JS module in a Worker
sparks.js
into the Cloudflare Worker project which I called hello-wrangler
.
Below is my index.ts
in the hello-wrangler
project. I do the imports and then I call loadModule()
in a useEffect
in hopes to have the module load proactively....Service Binding for DO does not show up in env
WorkerA
) that implements a Durable Object (DOA
). This is working fine. I can access env.DOA
and call functions on the Durable Object just fine.
I have a second worker (WorkerB
) that declares DOA
as a service binding to WorkerA
. When I call env.DOA
in this second worker, I get an object with type Fetcher
rather than DurableObjectNamespace
.
Is this expected? Has anyone else run into this? Am I holding this wrong?...Which library do you use to generate pdf at worker side?
Workers.dev URL By Organization Issue
I am trying to add a new binding for R2 after deploying my application on cloudflare in wrangler.tom
API to set worker environment variable?
Do workers support js_instructions?
Save Files Generated in Pages App
The AI gateway seems not working yet with @cf/black-forest-labs/flux-1-schnell model
[Suggestion] Slack Notification of Deployment Results
How do I debug the worker bundle size?
size limit - how do I check the worker size in a build folder
npm run build
, the build folder contains:
/client:
Biggest asset:
1,134.13 kB │ gzip: 331.80 kB...Static assets with cache and Image Optimization
Help removing workers anti-abuse rate limit from my account
Memory leak when connecting Github repo in Builds
main
is right around the middle of the alphabet.
I've attached a Chrome performance check showing the memory pressure / garbage collector cycles....Service binding RPC method null
const result = await ctx.runtime.env.CRYPTO.encrypt(arg)
const result = await ctx.runtime.env.CRYPTO.encrypt(arg)
Failing to deploy backend (Next.js, Graphql, Prisma ORM) using Cloudfare worker [urgent]
getting git-integrated CF Pages to ignore submodules
subdomains/
directory are for what open source subdomains my website currently uses (currently only two are set up). My issue is that these submodules are now cloned alongside the repository whenever I push changes, and I don't want that. I can't seem to figure out how to get cloudflare to ignore them.
Is there a solution to this that doesn't involve multiple git branches or removing the submodules in the repository? thank you...https.request is not implemented yet
Error https.request is not implemented yet
Even tho https.requests seems to be compatible:
...