Problems with hot reload? #5329
Replies: 11 comments 42 replies
|
i haven't personally noticed it, is it consistent? over different projects? |
|
I'm also currently struggling with hot reload not working. I can see in the logs that reflex catches file changes but the components wouldn't rerender according to the changes. |
|
I mean did u try using python virtual env ?, cuz it worked for me 😊 |
|
I am getting the similar issue in 0.7.13 |
|
I got this issue fixed on my side by upgrading to uvicorn>=0.25.0. See also the comments in #5351. |
|
I met the same thing. My reflex version is 0.7.14 |
|
please let us know if those issues still persist in 0.8.0 |
|
I don't know if this is the right place but since I recently updated to 0.8.2, every time I save a change, the app gets reload and changes are implemented in the app, but also I get the next error message: |
|
Hi, I'm using 0.8.15 and get the same error. |
|
Hello, I found the same error with |
|
Still a problem on reflex 0.9.2—no errors but no hot reloading either. |
Uh oh!
There was an error while loading. Please reload this page.
Anyone else having trouble with hot reloading on .py file changes?
It's always worked great but over the last few weeks, across a few versions (including the recent 0.7.12), saving changes to a .py file will trigger a compile and refresh the browser page, but changes I've made to the UI are not reflected. Exiting and re-running "reflex run" is the only way I've been able to get changes reflected.
All reactions