workers-and-pages-help
pages-help
general-help
durable-objects
workers-and-pages-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-runtime
🤖turnstile
radar
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
logs-and-analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows
vite-plugin
pipelines-beta
containers-beta
Missing apis for worker versions?
An internal error occurred. Please retry your build. If this problem persists, contact Cloudflare
Shared secrets across workers
.dev.vars file or its directory in the wrangler config?
Something like this:
```json
{...
Is it possible to invoke API for a private Worker using HTTP Service bindings?
Recurring Cloudflare Workers Error 1101 with Random I/O Exception
Workers bot traffic / exposing workers.dev url in production
Caching a Vercel endpoint using cloudflare workers
Workers-KV Slow Response time
get and put operation in the worker, this is because I need to get/retrieve a user ID (Key) first from KV then update the data/value. Could there be a better way to find a key and update it without performing the get and put operation? If this workflow is standard practice, are the response times from Cloudflare normal?
Please check the following screenshots of some Postman API calls to the Worker, please note the response times...
"Error: Network connection lost" when calling fetch, Works fine in CURL and Browser
fetch('https://wslgis.water.co.nz/arcgis/rest/services/Services/WastewaterComb/MapServer/2/query?f=json&geometry=%7B%22xmin%22%3A1752242.4364089235%2C%22ymin%22%3A5939768.593982927%2C%22xmax%22%3A1752548.184522064%2C%22ymax%22%3A5940074.342096068%7D&maxAllowableOffset=0.5971642834777837&orderByFields=OBJECTID&outFields=OBJECTID%2CPROCESS&outSR=2193&quantizationParameters=%7B%22extent%22%3A%7B%22spatialReference%22%3A%7B%22latestWkid%22%3A2193%2C%22wkid%22%3A2193%7D%2C%22xmin%22%3A1752242.4364089235%2C%22ymin%22%3A5939768.593982927%2C%22xmax%22%3A1752548.184522064%2C%22ymax%22%3A5940074.342096068%7D%2C%22mode%22%3A%22view%22%2C%22originPosition%22%3A%22upperLeft%22%2C%22tolerance%22%3A0.5971642834777837%7D&resultType=tile&returnExceededLimitFeatures=false&spatialRel=esriSpatialRelIntersects&where=1%3D1&geometryType=esriGeometryEnvelope&inSR=2193')
fetch('https://wslgis.water.co.nz/arcgis/rest/services/Services/WastewaterComb/MapServer/2/query?f=json&geometry=%7B%22xmin%22%3A1752242.4364089235%2C%22ymin%22%3A5939768.593982927%2C%22xmax%22%3A1752548.184522064%2C%22ymax%22%3A5940074.342096068%7D&maxAllowableOffset=0.5971642834777837&orderByFields=OBJECTID&outFields=OBJECTID%2CPROCESS&outSR=2193&quantizationParameters=%7B%22extent%22%3A%7B%22spatialReference%22%3A%7B%22latestWkid%22%3A2193%2C%22wkid%22%3A2193%7D%2C%22xmin%22%3A1752242.4364089235%2C%22ymin%22%3A5939768.593982927%2C%22xmax%22%3A1752548.184522064%2C%22ymax%22%3A5940074.342096068%7D%2C%22mode%22%3A%22view%22%2C%22originPosition%22%3A%22upperLeft%22%2C%22tolerance%22%3A0.5971642834777837%7D&resultType=tile&returnExceededLimitFeatures=false&spatialRel=esriSpatialRelIntersects&where=1%3D1&geometryType=esriGeometryEnvelope&inSR=2193')
Error: Network connection lost. without any explanation....Secret "MY_SECRET" not found
wrangler dev --x-remote-bindings
but when I try to access my secrets using env.MY_SECRET.get() I get a secret not found error.
Note that when I run wrangler dev --remote, everything works fine...@opennextjs/cloudflare v1.6.3 .open-next/assets/index.html Bug?
*previewurl.workers.dev : how to disable from wrangler.toml ?
workers_dev = false
workers_dev = false
worker and favicons

cannot create worker project
Workers Builds: How to set a package manager?
BUN_VERSION=0 which failed because it tried to install bun@0. I also tried setting "packageManager": "npm@..." in package.json, but it ignores it.
Ended up skipping dependency installation using SKIP_DEPENDENCY_INSTALL=1 and then use npm install && npm run build as build command. This sometimes work, sometimes doesn't......Migrating an Eleventy (11ty) site from Pages to Workers
Issue with wrangler deployment
Cloudflare does not create Preview URLs for Workers
