Cannot reload or refresh subpage

When navigate to subpage(e.g: page1,its url: http://127.0.0.1:8501/page1), press F5 to refresh page, then whole page disappeared as ws://xxxx pending. I have to go to Home page (http://127.0.0.1:8501), then reloading pages

Folder Structure:
Home
|–pages
|----page1.py
|----page2.py

Version:
Python 3.10
Streamlit: 1.36.0

No such issue in previous version, like v1.31.1

Hi @aaronpliu, this is a known bug in Windows that was reported here Multipage app v2 - reloading a page generates websocket connection error on Windows · Issue #8958 · streamlit/streamlit · GitHub

It should be fixed in the next Streamlit release, or you can try installing streamlit-nightly to get the fix now.

2 Likes

Thanks. It’s working in v1.37.0

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.