reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
19.07k stars 1.08k forks source link

Can't stop a Reflex Run Command Windows #3799

Open Harshit28j opened 4 weeks ago

Harshit28j commented 4 weeks ago

Currently, when I use Reflex in my Windows terminal, the terminal gets stuck. It doesn't matter if I press Ctrl + C or Ctrl + Z; it won't stop.

So, I opened another terminal to stop or rerun the process, but it started on a different port number, which makes sense. However, I think it should prompt before doing so.

Additionally, adding a command to stop the process would be great for Windows users. This way, we could use reflex stop to terminate the process, also if we could fix that then it would be better as well

image

Alek99 commented 3 weeks ago

It seems like a bug we'll look into it.