You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running dx serve to serve a web app on Ubuntu, the text output shows only whitespace where one would expect an address to appear. The app is still hosted at 127.0.0.0.8080, despite this.
Steps To Reproduce
Steps to reproduce the behavior:
On Ubuntu, with the default shell:
Create a new project in an empty directory: dx new test_project.
When prompted, say that you don't want to use Fullstack, Router, or Tailwind. (This may not be necessary, but is certainly sufficient.)
Run dx serve.
Expected behavior
That the Serving at: text output indicates where the app is being served, rather than being left blank.
Screenshots
16:03:13 [dev] -----------------------------------------------------------------
Serving your Dioxus app: foo
• 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
----------------------------------------------------------------
16:03:19 [dev] Build completed successfully in 856ms, launching app! 💫
╭────────────────────────────────────────────────────────────────────────────── /:more ╮
│ App: ━━━━━━━━━━━━━━━━━━━━━━━━━━ 🎉 0.9s Platform: Web │
│ Bundle: ━━━━━━━━━━━━━━━━━━━━━━━━━━ 🎉 4.6s App features: ["web"] │
│ Status: Serving foo 🚀 5.5s Serving at: │
╰──────────────────────────────────────────────────────────────────────────────────────
Environment:
Dioxus version: 0.6.3
Rust version: rustc 1.85.0
OS info: Ubuntu 22.04.5 LTS
Questionnaire
I'm interested in fixing this myself but don't know where to start.
The text was updated successfully, but these errors were encountered:
Problem
When running
dx serve
to serve a web app on Ubuntu, the text output shows only whitespace where one would expect an address to appear. The app is still hosted at127.0.0.0.8080
, despite this.Steps To Reproduce
Steps to reproduce the behavior:
On Ubuntu, with the default shell:
dx new test_project
.dx serve
.Expected behavior
That the
Serving at:
text output indicates where the app is being served, rather than being left blank.Screenshots
16:03:13 [dev] -----------------------------------------------------------------
Serving your Dioxus app: foo
• 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 shortcutsLearn more at https://dioxuslabs.com/learn/0.6/getting_started
----------------------------------------------------------------
16:03:19 [dev] Build completed successfully in 856ms, launching app! 💫
╭────────────────────────────────────────────────────────────────────────────── /:more ╮
│ App: ━━━━━━━━━━━━━━━━━━━━━━━━━━ 🎉 0.9s Platform: Web │
│ Bundle: ━━━━━━━━━━━━━━━━━━━━━━━━━━ 🎉 4.6s App features: ["web"] │
│ Status: Serving foo 🚀 5.5s Serving at: │
╰──────────────────────────────────────────────────────────────────────────────────────
Environment:
Questionnaire
I'm interested in fixing this myself but don't know where to start.
The text was updated successfully, but these errors were encountered: