Re-Run/Refresh does not update page anymore on 1.24.0, need restart of Streamlit for update to happen

Hi, I’m having this issue too, I can add whole new tables to pages, stop and re-run streamlit and have it still not show the table.

I’m running into the same problem right now with 1.37.1 installed, developing with windows WSL and VS code

All started when I started using st.cache_resource, I commented it out and now it updates again.

I tried using func.clear() my it doesn’t work and also it defeats the purpose of cache.

What can be done? Anyone else running into the same?