reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Issue with reflex.dev documentation

Open Metreburns666 opened this issue 1 year ago • 3 comments

Path: /docs/getting-started/installation

Reflex will hot reload any code changes in real time when running in development mode. Your code edits will show up on http://localhost:3000 automatically.

Hello,

Many people, including myself, are experiencing issues with the "Hot Reload" feature as it doesn't seem to be working properly. To see the changes, we have to stop the server and restart it. Most of the people facing this issue, myself included, are using Python version "3.12.0". I'm not sure if this is related or not, but basically it's not functioning. If you have a solution, could you please address it? Thank you very much s2.

P.S.: My operating system is Windows.

Metreburns666 avatar Mar 04 '24 12:03 Metreburns666

Hi @Metreburns666 There's a uvicorn upstream issue with python 3.12, would advice to use python 3.11 and that should fix it

ElijahAhianyo avatar Mar 04 '24 13:03 ElijahAhianyo

Thanks a lot. I try whit python 3.11.8 v and run perfect !!!

El lun, 4 de mar. de 2024 10:49, Elijah Ahianyo @.***> escribió:

Hi @Metreburns666 https://github.com/Metreburns666 There's a uvicorn upstream issue with python 3.12, would advice to use python 3.11 and that should fix it

— Reply to this email directly, view it on GitHub https://github.com/reflex-dev/reflex/issues/2773#issuecomment-1976622594, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXCYEJELXDE53DFHMUGC2N3YWR3WDAVCNFSM6AAAAABEFD3YOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZWGYZDENJZGQ . You are receiving this because you were mentioned.Message ID: @.***>

Metreburns666 avatar Mar 04 '24 15:03 Metreburns666

Seems like the problem is solved. Should the documents include use python 3.11 ?

martincarapia avatar Apr 04 '24 04:04 martincarapia