Constant reload of application page in deployment

Hey there Streamlit community,

built a small app for university and published it yesterday with the issue, that pages containing a streamlit_folium map constantly refresh and mutate the URL making the app unusable.

No errors on hosting, no errors and working fine on Ubuntu and Windows locally.

Does anyone have any ideas for fixing this issue?
Thanks a bunch,
Florian

The app is here: https://kdsptesting.streamlit.app/
The pages of issue are: #1#2… and #3

Code is here: GitHub - SirVectrex/KDSP_public

Streamlit v1.28.2, Python v3.9.

Hi @SirVectrex

Have you tried deploying one of the page containing folium as a separate app, would that help?