DioxusLabs / DioxusLabs/dioxus
When running dx server under web and opening 127.0.0.1:8080, the page is completely blank (white screen).
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
Problem
When running dx server under web and opening 127.0.0.1:8080, the page is completely blank (white screen).
Steps To Reproduce
1、Steps to reproduce the behavior:
2、Run dx new web_test
3、Change directory to the newly created project: cd web_test
4、Start the development server: dx server
5、Open 127.0.0.1:8080 in a web browser
Expected behavior
The default Dioxus web application template should load and display the initial application UI in the browser.
**Screenshots**
Environment:
Dioxus version: 0.7.0-alpha.2 (f2c6fb2)
Rust version: 1.90.0-nightly (a00149764 2025-07-14)
OS info: Windows 11 Enterprise 24H2
App platform: web
Questionnaire
I don't have time to fix this right now, but maybe later.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.