reflex
reflex copied to clipboard
The hot reload does not work in my Reflex application. I have to stop and restart the server to see the changes.
The hot reload does not work in my Reflex application. I have to stop and restart the server to see the changes.
- Python Version:Python 3.12.3
- Reflex Version: 0.6.5
- OS: Windows - WSL
- Browser (Optional):
Same here. Windows 11. Sometimes it works, but then after 2 or 3 hot reloads it hangs and I have to kill my terminal and run reflex once again
The hot reload on WSL typically doesnt work if you run a reflex app created on the windows file system in WSL, you should ensure that you run the reflex app from the file system it lives in . i.e in this case, move the files to WSL