Hi! So a few weeks ago I attempted to use github codespaces for a new app, and it turned out great! However, I am just retrying today and I’m encountering a timeout for the display screen as soon as the app loads after creation via “Create new app with GitHub Codespaces”:
I get the same result if I open in browser. Needless to say, I haven’t changed the launch command, it’s still
streamlit run Hello.py --server.enableCORS false --server.enableXsrfProtection false
Neither the Internal nor external URLs are working. Just in case, I reset the “preview in editor”, to no avail. I tried changing the port in the devcontainer.json
, but I don’t think the codespace contains a .streamlit/config.toml
, so I actually can’t change the port.
Note, now the app that I originally created no longer works, showing same problem. What gives?
I tried on two ISPs, and tried rebooting the app just in case.
Oh, and the public version works correctly, it’s just the view inside VS Code that seems busted.
Any hints?