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
Problem
The address passed via --addr doesn't show up on the Serving at: section; it's always 127.0.0.1.
--addr
Serving at:
127.0.0.1
~$ dx serve --addr 0.0.0.0 10:12:28 [dev] ----------------------------------------------------------------- Serving your Dioxus app: scrow • Press `ctrl+c` to exit the server • Press `r` to rebuild the app • Press `p` to toggle automatic rebuilds • Press `v` to toggle verbose logging • Press `/` for more commands and shortcuts Learn more at https://dioxuslabs.com/learn/0.6/getting_started ---------------------------------------------------------------- 10:12:36 [dev] Build completed successfully in 264ms, launching app! 💫 ╭────────────────────────────────────────────────────────────────────────────────────────── /:more ╮ │ App: ━━━━━━━━━━━━━━━━━━━━━━━━━━ 🎉 0.3s Platform: Web │ │ Bundle: ━━━━━━━━━━━━━━━━━━━━━━━━━━ 🎉 7.2s App features: ["web"] │ │ Status: Serving scrow 🚀 7.5s Serving at: http://127.0.0.1:8080 │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
Steps To Reproduce
Steps to reproduce the behavior:
dx serve --addr 0.0.0.0
Expected behavior
It should say Serving at: 0.0.0.0:8080
Serving at: 0.0.0.0:8080
Environment:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
The address passed via
--addr
doesn't show up on theServing at:
section; it's always127.0.0.1
.Steps To Reproduce
Steps to reproduce the behavior:
dx serve --addr 0.0.0.0
Expected behavior
It should say
Serving at: 0.0.0.0:8080
Environment:
The text was updated successfully, but these errors were encountered: