workers-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
web3
🤖turnstile
radar
web-research
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
Ah, got it. That sounds kind of painful
Hi all 👋
I get
Authentication error [code: 10000]
while trying to list page projects. Logging out and logging back in doesn't help. Wrangler is at the latest version 4.11.0. The account ID in the failed URL doesn't match the account ID in whoami. Is there some kind of cached account details I need to clear? Thanks in advance for any advice to get this sorted!...Do you already have a Record (CNAME or A
www
subdomain pointing somewhere else? If so it wont let Wrangler override that and automagically create one. Also I havent checked but I am not sure that override_existing_dns_record
exists on Wrangler config (could be wrong) it might be referring to the APIi reran npx wrangler types to generate a
not sure where to pos tthis but please
Yeah, need to explain what's wrong + how
It's the fact that types are no longer
ORGANISATION_PERFORMANCE_REPORT: DurableObjectNamespace<import("./workers/app").organisationPerformanceReportDO>;
).
You're unable to jump to the typedef, and typescript/IDE throws up errors as they cannot be resolved. Its not possible to cmd + click into the type any longer. I'm using Typescript v5.7.3...
that wasn't it... it turns out that the
Worker Assets 500
env.ASSETS
which changed to a 404. I tried adding the --local
flag and double checked the file permissions were accessible. not sure what else to tryi'm trying to `wrangler d1 migrations
wrangler d1 migrations list letsapply-db --remote
and wrangler is just dying with an exit code of "1" (no text). any suggestions on how to debug?wrangler feature request: i keep pushing
Does anyone know how to upload metadata
wrangler kv bulk put
? I tried following the docs, passing the following JSON:
`[
{
"key": "key1",
"value": "value1",...Nah I pass
does CF_PAGES_COMMIT_SHA and CF_PAGES_
How to solve this issue, when using a
known issue with fetch() requests to custom HTTPS ports in published Workers: the custom port will be ignored when the Worker is published using the "wrangler deploy" command.
...I don't think it was the blog one, but
[Feature?]: Wrangler/Miniflare dev serve...