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
Possible to force geographic location for worker / workflow invocation?
cron that it's being invoked in datacenters in Poland or Singapore. This poses a problem as I have a restriction at the domain level that contains my workers to reject all traffic from outside the US (this is a US-specific application / integration). What this means is that if my workflow is invoked and run on a non-US datacenter and proxies a fetch request to another worker on my domain, those requests are being rejected since the workflow worker is being invoked by Cloudflare's cron from outside the US.
I have mitigated this by adding a header to these requests and creating another security rule to allow these requests through if they contain the header but it feels... janky.
Instead, is it possible to force invocation of a specific domain's workers (or do this on the worker itself) only use US datacenters?...Manage Variable and Secrets from cli/API
CF Playwright page.screenshot stalls when running on local and time out in production.
Error running npm run preview with OpenNext + Cloudflare (setNextjsServerWorkingDirectory failure)
Tanstack Start + env: Redirected configurations cannot include environments
Vite + React template internal server error
npm run dev on the Vite + react framework template from cloudflare I get a "failed to load PostCSS config" error.
the exact message is:
```
[plugin:vite:css] Failed to load PostCSS config (searchPath: C:/Users/Fluff/Desktop/ViteReact/portfolio): [Error] EISDIR: illegal operation on a directory, read...Sourcemaps not getting generated
bunx wrangler deploy --config cloudflare_workers/api/wrangler.json --outdir dist --upload-source-maps --var SENTRY_RELEASE:$(sentry-cli releases propose-version), but this doesn't generate a source map.
Here is the config file:
https://pastebin.com/FYCswAqj
...
Elevated client disconnected by type: cancelled for cloudflare worker consumer.
Receiving HTTP 526 Error from worker request not observed elsewhere
Issue with PR Preview deployment for MkDocs Site
Workers "Build Cache" not working in monorepos + pnpm
Preview Builds don't have access to environment variables and secrets
New worker Rate limit
Workers caching and sec-fetch-mode: navigate
Anyone seen anything like this?...
Tunnel's url that i create keeps redirecting to the right url but wrong port
How do we add sentry to WorkerEntrypoint
Adding, editing, and removing bindings in workers UI does not work - immediate error page
Langgraph Postgres and Redis checkpointer/persistence don't work with workers
Secret store in envVars in container?
Next 14 on Pages stopped working.
npx opennextjs-cloudflare build and still have the same issue! The build completes successfully with "Success: Your site was deployed!" but the apps aren't working....