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
can a worker parse an JSON email attachment and connect with an API?
Does a worker has access to bulk KV writes?
Worker fails to request from reachable endpoint (Bad Gateway | 502)
Workers build unstable?
How can I access the encrypted build variables inside the shell?
fetch() sometimes returning 520 even though request to origin was successful
do workers support javascript instructions like wait for element, click button, etc?
Accessing Remote R2 while having local assets
Astro Image component
Image
component, but when I deploy the images don't work because it's a url like
/_image?href=%2F_astro%2Flogo-horizontal-black.BLA2JIcF.svg&f=svg
/_image?href=%2F_astro%2Flogo-horizontal-black.BLA2JIcF.svg&f=svg
error code: 1042
...Using vitest without defining `nodejs_compat` for my worker
In your projectās wrangler.toml configuration file, [ā¦] include nodejs_compat in your compatibility flags....
Cannot use assets in remote mode
wrangler dev
everything serves as expected, but when I am adding the --remote flag to the command I am getting this error:
ā [ERROR] Cannot use assets in remote mode. Workers with assets are only supported in local mode. Please use `wrangler dev`.
ā [ERROR] Cannot use assets in remote mode. Workers with assets are only supported in local mode. Please use `wrangler dev`.
logging solution with forever retention period?
Worker Static Assets __redirects
__redirects
with /* /index.html 200
.
I see on https://developers.cloudflare.com/workers/static-assets/compatibility-matrix/ that __redirects
is supported in workers with this community plugin. But that seems to require a WorkerEntrypoint
, which I do not have since my site is completely static.
I see there are bulk redirect options, but in testing those drop the path, with no option to keep it....how to deliver static assets from another R2 bucket directly like open next?
Clarify Docs On How To Access Environmental Variables/Secrets in ES Modules format with TypeScript
export interface Env
at the top, and the other doesn't.
Migrate from Service Workers to ES Modules - https://developers.cloudflare.com/workers/reference/migrate-to-module-workers/
...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