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
Encountering Issues with Next.js, Wrangler, and OpenNext Integration ([ERROR] Could not resolve "XX"
I am not able to enter the prompt after cloning the git hub repo
Hi guys!
Migrating to ES Modules
AsyncLocalStorage
with the nodejs_compat flag to prevent a large code rewrite? Is there any performance implications to this or redflags I should be aware of?Your worker exceeded 1mb
Error: Failed to publish your Function. Got error: Your Worker exceeded the size limit of 1 MiB. Refer to the Workers documentation (https://developers.cloudflare.com/workers/observability/errors/#errors-on-worker-upload) for more details.
Error: Failed to publish your Function. Got error: Your Worker exceeded the size limit of 1 MiB. Refer to the Workers documentation (https://developers.cloudflare.com/workers/observability/errors/#errors-on-worker-upload) for more details.
Discord bot stack question
Smart Placement not working
Are There Ongoing Network Issues in Asia, Specifically in India or Singapore?
Workers running in a different continent from the requester
Redundant wrapper in schema created by cli?
workers.dev domains have suddenly gone offline
cloudflare worker not triggered on a route
Error deploying worker with ~40 routes, code 10013 .
Where's the best place to ask about / suggest features for wrangler?
wrangler deploy
, which feels like a missed opportunity...
I might be missing something obvious, but presumably once built, the code could be scanned for environment variables/secrets and any instances could be checked against wrangler.toml
and the production worker (if it exists), to ensure that no variables/secrets are missing. If there are any missing variables/secrets, the deployment could then fail and provide feedback....How to return a plain object and not a stub from a Worker with RPC binding?
How would you force a worker custom domain to open in https?
preview.mydomain.com
, but when I open that in my browser it defaults to http. Is there a way to always open in https? The DNS config is uneditable because I've set it from the worker as a custom domain.Provision secrets from the command line
npx wrangler secret put <KEY>
for example and for Wrangler to get the key from .dev.vars
? I don't want to paste the key into the keyboard or type it in.
How do you solve this workflow problem? Or maybe I'm missing something?...npx wrangler kv:key put test4... -local --persist-to worker-local
npx wrangler kv:key put test4 0123456 --binding MY_KV_NAMESPACE --local --persist-to worker-local
gives :
...Configuration file for Pages projects does not support "observability"
websocket client in workers / durable object