🐛 BUG: Proxying wrangler pages dev
with <command>
not working on Windows
#3054
Labels
Milestone
wrangler pages dev
with <command>
not working on Windows
#3054
Which Cloudflare product(s) does this pertain to?
Pages
What version of
Wrangler
are you using?2.15.0
What operating system are you using?
Windows
Describe the Bug
I have a simple Nuxt app and want to proxy the traffic through wrangler to use _worker.js (on Windows).
When executing
npx wrangler pages dev -- nuxt dev
the result is:I also tried using
npx wrangler pages dev --proxy 3000 -- nuxt dev
. That didn't work either.This is the link to the repo: https://github.com/stenet/nuxt-cf-pages. You can use
npm run dev
to execute the above statement.When cloning this repo an a Mac or Linux everything works as excepted.
The text was updated successfully, but these errors were encountered: