Multipage not running when refresh page

Hello everyone, I am trying to create a multipage structure as follows:

├── pages/
│   ├── page_1.py
└── your_homepage.py

However, when I navigate to localhost/page_1 and refresh the page, it keeps loading indefinitely and nothing appears. How can I fix this? Thank you, everyone.

1 Like

anybody help :frowning:

Same for me. I have a multipage app created with an old version of navigation (st.page_link and st.switch_page) that works well. When I updated Streamlit to 1.36.0, I encountered your same issue. So I downgraded Streamlit to 1.35.0, and the page refresh now works (it’s important if your app has some authentication method)

Wow, it really works for me, but Streamlit 1.35.0 still has some errors that need to be fixed by upgrading to 1.36.0. Anyway, thank you so much! :blush:

Same for me,1.35.0 also has errors that needs to be upgraded to 1.36.0,how can I ifx this in 1.36.0

anyone found a resolution to this issue? i have the same problem and tried a few things but no resolution yet

Upgrading to 1.37.0 can solve the problem

1 Like

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