You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution I arrived at was to just kill python itself, as that's the process that hangs (as in kill the python executable instead of the terminal via task manager). I also don't know of a better solution, but let me know if you found one!
When I am running server using following command i am unable to stop it using ctrl + c
uvicorn backend.main:app --port 8001 --reload
i have to kill terminal to stop the server
How to solve this ?
The text was updated successfully, but these errors were encountered: