Skip to content
New issue

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

dx serve's cli output has a blank serving at field #3847

Open
Moonsweater opened this issue Mar 9, 2025 · 0 comments
Open

dx serve's cli output has a blank serving at field #3847

Moonsweater opened this issue Mar 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Moonsweater
Copy link

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 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.

@Moonsweater Moonsweater added the bug Something isn't working label Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant