We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nx serve next-app does not use localhost as default hostname.
nx serve next-app
localhost
hostname
nx serve next-app should use localhost as default hostname.
No response
Node : 18.16.0 @nx/next : 16.3.2
https://github.com/nrwl/nx/blob/master/packages/next/src/executors/server/server.impl.ts#L48
The text was updated successfully, but these errors were encountered:
fix(nextjs): set localhost as hostname default
a8a0241
closed nrwl#17852
863c84a
8d1b017
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Sorry, something went wrong.
ndcunningham
Successfully merging a pull request may close this issue.
Current Behavior
nx serve next-app
does not uselocalhost
as defaulthostname
.Expected Behavior
nx serve next-app
should uselocalhost
as default hostname.GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Operating System
Additional Information
https://github.com/nrwl/nx/blob/master/packages/next/src/executors/server/server.impl.ts#L48
The text was updated successfully, but these errors were encountered: