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
Thanks for putting together such a great framework! I just started learning and encountered an issue in nbs/tutorials/by_example.ipynb while using uvicorn app:app --reload to run my hello world app on Windows. As I went through the examples, I noticed that sometimes my webpage was still being served even when the server was shut down in my terminal (and server restarts would not pick up my changes). It looks like this issue is related to this GitHub issue.
I switched to using WSL, and everything worked fine. Perhaps the documentation could be updated to suggest this workaround for Windows users? I can open a PR for the update but wanted to check if this makes sense to the maintainers first.
The text was updated successfully, but these errors were encountered:
Hi all,
Thanks for putting together such a great framework! I just started learning and encountered an issue in
nbs/tutorials/by_example.ipynb
while usinguvicorn app:app --reload
to run my hello world app on Windows. As I went through the examples, I noticed that sometimes my webpage was still being served even when the server was shut down in my terminal (and server restarts would not pick up my changes). It looks like this issue is related to this GitHub issue.I switched to using WSL, and everything worked fine. Perhaps the documentation could be updated to suggest this workaround for Windows users? I can open a PR for the update but wanted to check if this makes sense to the maintainers first.
The text was updated successfully, but these errors were encountered: