All of a sudden on my machine `npx
All of a sudden on my machine
npx wrangler dev
fails to handle any requests. When I enable debug logs I see a constant stream of exceptions:
anyone seen something like this?1 Reply
I tried again with a brand new hello-world worker project and see the same issue. I tried another computer of mine though and that worked ok.
Tried reinstalling wrangler, rebooting the machine, all sorts of stuff but still see this same problem.
Ok, I ended up fixing this by passing --ip 127.0.0.1 when running npx wrangler dev