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
Appending Content-Security-Policy-Report-Only Header to All Responses
_headers
because our CSP exceeds the 2,000 character limit imposed by Cloudflare...✘ [ERROR] Failed to register worker in local service registry TypeError: fetch failed
How to write python workers?
Response
and other stuff from the js
package, but there is no js
package, or well, there is one but I don't think it's related, there is no Response in that package. Then if I go to this example https://github.com/cloudflare/python-worker-hello-world/blob/master/index.py there is an addEventListener
which afaik is not part of python.
I'm trying to write the worker on python because I need to access environment variables and I don't quite understand how to do that in JS, but then again I don't know how to do that in python either....bypass workers with cookie
workers.api.error.no_access_to_rollouts [code: 10208] when trying to upload a version
How access 'env' in the WebSockets Template
env
variable that is usually available to us when we use the async fetch(request: Request, env: Env, ctx: ExecutionContext): Promise<Response> {
...
async fetch(request: Request, env: Env, ctx: ExecutionContext): Promise<Response> {
...
Durable object websocket connections
Elevated number of 524
Email obfuscated when using HTMLRewriter
[email protected]
Pages deployments failing (wrangler deploy)
wrangler deploy
, and it appears to upload the files but on CF pages the deployment fails.
I've tested the app using wrangler pages dev
and it works fine, any help?...Deploy by push
Are the api docs for updating worker settings wrong?
workers.api.error.content_type
anybody know what the correct format for this api request is?...How to access worker queue producer bindings in local development?
Need some help on collecting coverage in workers.
how can i fetch a .json file in a worker that is located localy inside of the worker
Production workers 100% errors
`wrangler tail` with WebSockets
websocket.addEventListener("message"
in the websocket template on Cloudflares Github pages and I've noticed that it doesn't log those live, only when you close the connection do all the logs show upMultiple Set-Cookie headers folded into one header
Set-Cookie
header when sent to the client:
const headers = new Headers();
...Fetching From D1 using Workers
Workers subrequests