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-beta
vite-plugin
Hey,
cloudflare/wrangler-action@v3
.
This is my yml file:
```
name: Deploy Worker...No such module "wrangler:modules-watch"

`wrangler pages dev` hangs on macOS + bun
wrangler pages dev
doesn't start the server unless you restart your computer (macOS arm, bun)?
It also hangs when you try to shut down the server
```toml
#:schema node_modules/wrangler/config-schema.json
name = "phosphor-server"...
Can I refer to env vars in wrangler.toml
wrangler secret put INNGEST_SIGNING_KEY
doesn't make it available in the "environment variables", inngest sync fails and to put it in environment variables, I need to add it to wrangler.toml as "plain text" and deploy.Whenever I run `dev`, the process
dev
, the process oftentimes doesn't shut down correctly and it ends up needing to use a different port every time.
I get errors like this: ✘ [ERROR] Address already in use (127.0.0.1:60392). Please check that you are not already running a server on this address or specify a different port with --port.
So I have to run the following:...For some feedback (not a bug), since
it's working for me. but still debugger
So wrangler just made me go through the
SyntaxError: Unexpected token < in JSON at position 0
Hey wrangler team... this is a crosspost
itty-durable
that imports/extends { DurableObject }
from 'cloudflare:workers'...
This works fine, and folks can use it downstream as long as they are using wrangler (obv), but I am unsure of how to add test coverage to this in a way that'll pass outside of a wrangler environment (e.g. jest/vitest on GH actions)....Is anyone having failures with `npx
npx wrangler login
today? It was working fine yesterday, but dtoday I'm getting a non-json response back from the API SyntaxError: Unexpected token < in JSON at position 0
nvm I figured it out after running
wrangler pages download config <PROJECT>
and looking at how the generated config is setup. The service bindings should be in the production environment. The docs aren't clear about this and there aren't really any error messages during deployment
```toml
[env.production]
compatibility_date = "2024-04-06"...Not sure if this is a #wrangler or #
wrangler dev
(ignored/safe in production):
Error Reproduction
```ts
export default {...Workerd questions
I'm trying to get my local d1 database
wrangler d1 execute --local --file=.sql
approach. I thought I could just move the .wrangler/state/v3/d1
dir over to another dir and spin things up but that did not work. Is there some other approach I could use?
My problem is that I use a separate worker to load portions of the database and I was hoping to avoid moving that worker and its config over to another dir temporarily to get the database fully loaded.
Thanks!...Is it possible to configure wrangler to
localhost
when working locally?
[wrangler:inf] Ready on http://localhost:8788
, I'd like it to open a local alias instead of localhost but still maintain the protocol and port, e.g., http://<local-alias>:8788
... it's mainly to get around CORS stuff 🙄...That sounds like you have a library
credentials
). Whilst browsers support that, Workers don't.