reflex
reflex copied to clipboard
"reflex run" does not hot reload and ^C no longer stops it from running and freezes.
I've recently come across this issue and have it solved by removing .web and re-initiating "reflex init" and that has solved it. But, now I have another issue: in the terminal, it no longer recompiles and hot reloads when I make changes, and I cannot cancel it by ^C.
Also, now when I use " reflex run --loglevel", it gives me this error:
Error: Option '--loglevel' requires an argument.
- Python Version: 3.12.3
- Reflex Version: 0.3.2
- OS: MacOS 14.4.1
Can anyone solve this issue? Thanks