Cloudflare Developers
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
Join ServerCloudflare Developers
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
Join ServerChannels
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-beta
d1-beta
queues-beta
workers-for-platforms
workerd
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-help
pages-help
general-help
workers-ai-beta
browser-rendering-api-beta
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive-beta
vectorize-beta
ai-gateway-beta
Too many redirects when making fetch requests from a worker
fetch in the Worker to make a request to https://api.example.com/somepath, the Fetch errors out with an infinite redirect, where each redirect location is https://api.example.com/somepath. I can make manual requests to https://api.example.com/somepath from my device and do not see any redirects....can not open my domain in chrome but i can in safari
Multiple Worker API Gateway Architecture
Error: internal error when replied to a get request with websocket upgrade headers with a websocket
return new Response(null,{status:101,webSocket:client});
return new Response(null,{status:101,webSocket:client});
WebSocketPair() However, after I return the response I am getting an Error: internal error on wrangler tail and 400 Bad request from client. Any suggestions on what to how to figure out what is wrong or debug? I tried to add try-catch to outermost layer that I have access to and it doesn't catch anything. Thanks!...Is there an example to create a websocket with a DO for an http/2 request?
Anyone have a n example of Validating Cf-Access-Jwt-Assertion from a worker
Does anyone have a working example of evaluating JavaScript via WASM?
eval() / new Function() is blocked on workers. I understand my only route to evalulation is via WASM.
But I'm struggling to implement a working example of JS evaluation via WASM in Workers. I'm completely new to WASM and am focusing on packages that do the heavy lifting for you. Here's what I've tried, using quickjs-emscripten:...change pages functions watch directories in wrangler
Cannot set content type for video upload

Missing entry-point
npx wrangler dev it gives the following error. [See attachment]
In /wrangler.toml the main has the following value [See attachment]...
Debugging SSR Page
Cannot access `wrangler dev --ip 0.0.0.0` from local network
Zaraz: Custom Managed Component Worker Request Always Cancelled

How can I enable support for `eval()` in Workers?
eval() but it's essential for my use-case. When running in dev mode (but with --remote i.e. running on CF architecture) I get:
EvalError: Code generation from strings disallowed for this context
EvalError: Code generation from strings disallowed for this context
Need help deleting R2 objects
Worker failing mysteriously with exceeded CPU time limit.
Can't enable analytics engine
Can you call context.waitUntil() multiple times?
fetch call to some other service. The order in which they execute does not matter.
My code looks like this
```typescript...Workers request lifecycle when using websockets API
I couldn't find much documentation regarding this, if anyone can help explain or provide more docs 😄...
