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
astro
2.1.7
node
pnpm
linux
firefox
Using the following configuration:
{ server: { host: true // "0.0.0.0", }, integrations: [tailwind()], output: 'server', adapter: node({ mode: 'standalone', }), }
Instead of listening on all addresses, it says "http://undefined:3000" with "astro preview".
https://codesandbox.io/p/sandbox/thirsty-ride-r3726r?on=codesandbox&file=%2Fpackage.json&selection=%5B%7B%22endColumn%22%3A1%2C%22endLineNumber%22%3A15%2C%22startColumn%22%3A1%2C%22startLineNumber%22%3A15%7D%5D
The text was updated successfully, but these errors were encountered:
@matthewp withastro/roadmap#493 could you push forward with this discussion if you feel free. This discussion is the same as well as this bug.
Sorry, something went wrong.
--host
Cleaned up the PR @JerryWu1234 started in #6928! We'll try to get this merged.
Successfully merging a pull request may close this issue.
What version of
astro
are you using?2.1.7
Are you using an SSR adapter? If so, which one?
node
What package manager are you using?
pnpm
What operating system are you using?
linux
What browser are you using?
firefox
Describe the Bug
Using the following configuration:
Instead of listening on all addresses, it says "http://undefined:3000" with "astro preview".
Link to Minimal Reproducible Example
https://codesandbox.io/p/sandbox/thirsty-ride-r3726r?on=codesandbox&file=%2Fpackage.json&selection=%5B%7B%22endColumn%22%3A1%2C%22endLineNumber%22%3A15%2C%22startColumn%22%3A1%2C%22startLineNumber%22%3A15%7D%5D
Participation
The text was updated successfully, but these errors were encountered: