DioxusLabs / DioxusLabs/dioxus
Windows - Crashes using jumpstart with fullstack and modifying server code with `--hot-patch`
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**Problem**
On Windows 11, it looks like `--hot-patch` triggers a crash on server code reload, and after interacting with the backend.
**Steps To Reproduce**
Steps to reproduce the behavior:
- dx new app
- enable jumpstart, fullstack, & router
- dx run --hot-patch
- go to echo.rs & modify server code
- now focus the app and modify the input to be echoed back
[log.txt](https://github.com/user-attachments/files/22866044/log.txt)
**Expected behavior**
Potentially either for this to work, or trigger a fallback to a full reload when detected.
**Screenshots**
https://github.com/user-attachments/assets/e0ae9719-1e58-4e45-bd45-478fc4a6c0d4
**Environment:**
- Dioxus version: v0.17rc1
- Rust version: stable-x86_64-pc-windows-msvc (1.90)
- OS info: Windows 11 10.0.26100
- App platform: Desktop
**Questionnaire**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.