Streamlit hangs while trying to run any app

Summary

Streamlit prompts me with HTTP request sent; waiting for response. while trying to run any app.
Today I did reboot my router (not sure it’s related). When I try to run any app (even streamlit hello) I’m only prompted with the above.

I also tried to start to start a simple HTTP server:

python -m http.server [port]

Which correctly starts and I’m able to curl localhost.

Debug info

  • Streamlit version: 1.21.0
  • Python version: 3.10.9
  • Using conda
  • OS version: using WSL2 on Windows 10

Hey @alessandrolamberti,

Are you using streamlit run <file_name> to run your app? Is the HTTP request sent; waiting for response. message showing in your terminal or in the browser when you try to run the app?