Hello,
I am trying to automatically set the starting URL when opening the app to “https://app/home” instead of “https://app”. This is necessary as I am trying to set different permissions for users through cloudflare. Unfortunately, I cannot do this without a homepage URL. I am trying to implement this in streamlit but with no luck, any help would be useful.
I believe that this was something that could have been implemented with streamlit.server.server and streamlit.server.routing. Since these are not available anymore, is there a different way of implementing this?