Default hostname for "next start" differs from documentation #68836
Labels
bug
Issue was opened via the bug report template.
Documentation
Related to Next.js' official documentation.
Runtime
Related to Node.js or Edge Runtime with Next.js.
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
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
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
The text was updated successfully, but these errors were encountered: