Open toresbe opened 3 months ago
https://github.com/toresbe/nextjs-empty
I expected server to listen on 0.0.0.0 by default, but localhost is default value.
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:30 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6000 Available memory (MB): 32768 Available CPU cores: 10 Binaries: Node: 22.5.1 npm: 10.8.2 Yarn: 1.22.22 pnpm: N/A Relevant Packages: next: 14.2.5 // Latest available version is detected (14.2.5). eslint-config-next: N/A react: 18.3.1 react-dom: 18.3.1 typescript: 5.5.4 Next.js Config: output: N/A
Documentation, Runtime
next start (local)
I'd have submitted this as a PR, but I wanted to defer to the Vercel team whether it is the documentation or the implementation that is correct
@toresbe Thank you for submitting an issue!
Can you share the ?
Link to the code that reproduces this issue
https://github.com/toresbe/nextjs-empty
To Reproduce
Current vs. Expected behavior
I expected server to listen on 0.0.0.0 by default, but localhost is default value.
Provide environment information
Which area(s) are affected? (Select all that apply)
Documentation, Runtime
Which stage(s) are affected? (Select all that apply)
next start (local)
Additional context
I'd have submitted this as a PR, but I wanted to defer to the Vercel team whether it is the documentation or the implementation that is correct