Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 BUG: wrangler pages dev misleading logs WARNING --local is no longer required and will be removed in a future version. #4210

Closed
aroman opened this issue Oct 18, 2023 · 5 comments · Fixed by #4687
Labels
bug Something that isn't working

Comments

@aroman
Copy link

aroman commented Oct 18, 2023

Which Cloudflare product(s) does this pertain to?

Pages, Wrangler core

What version(s) of the tool(s) are you using?

3.13.2

What version of Node are you using?

20

What operating system are you using?

mac

Describe the Bug

  1. I have a pages project with a single function (worker).

  2. run:

wrangler pages dev --compatibility-date=2023-10-16 .

Compiling worker to "/private/var/folders/j2/fnbkcp_n5cg4myh9cv5q1xbh0000gn/T/functionsWorker-0.890461344708837.mjs"...
✨ Compiled Worker successfully
 ⛅️ wrangler 3.13.2
-------------------
▲ [WARNING] --local is no longer required and will be removed in a future version.

  `wrangler dev` now uses the local Cloudflare Workers runtime by default. 🎉


⎔ Starting local server...
[mf:inf] Ready on http://0.0.0.0:8788
[mf:inf] - http://127.0.0.1:8788
[mf:inf] - http://192.168.1.14:8788

note that meaningless/confusing warning. should be removed.

Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

No response

@aroman aroman added the bug Something that isn't working label Oct 18, 2023
@github-project-automation github-project-automation bot moved this to Untriaged in workers-sdk Oct 18, 2023
@kevinmarrec
Copy link

Having the same issue, (also using 3.13.2), the warning seems to always show, either you're using --local or not.

@1000hz 1000hz removed this from workers-sdk Oct 20, 2023
@jaswrks
Copy link

jaswrks commented Dec 8, 2023

➕ 1

@wasmithee
Copy link

⛅️ wrangler 3.21.0
+1

@ivanafanasyeu
Copy link

+1 "wrangler": "^3.22.1"

@ivanafanasyeu
Copy link

Screenshot 2023-12-25 at 12 40 43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants