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
dx serve fails to serve the website content (index.html and other assets) on the Web platform after first load. The CLI takes the connection but fails to respond with any data to the client.
Steps To Reproduce
Run dx new for the Web template, vanilla CSS, no router.
Run dx serve
Wait for page to open. Click reload button in browser.
Expected behavior
The page to load like it does on first load.
Environment:
Dioxus version: main
CLI Version: main
Rust version: 1.76
OS info: Windows
App platform: Web
The text was updated successfully, but these errors were encountered:
Problem
dx serve
fails to serve the website content (index.html
and other assets) on the Web platform after first load. The CLI takes the connection but fails to respond with any data to the client.Steps To Reproduce
dx new
for the Web template, vanilla CSS, no router.dx serve
Expected behavior
The page to load like it does on first load.
Environment:
The text was updated successfully, but these errors were encountered: