reflex icon indicating copy to clipboard operation
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.

Open darwinSM opened this issue 1 year ago β€’ 3 comments

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):

darwinSM avatar Nov 14 '24 06:11 darwinSM

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

Brave-new-w0rld avatar Nov 16 '24 19:11 Brave-new-w0rld

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

ElijahAhianyo avatar Dec 09 '24 14:12 ElijahAhianyo