Using st.navigation and docker

I have a multipage app using st.navigation that works fine locally. But when creating a docker image and running the app that way the bottom the last page will load below the current page (if the last page is longer than the current one). I am not sure what is causing the difference between the behaviour locally and using docker.

Note: I have solved this issue. It was the way I was injecting the .streamlit file into the docker image

I also tried the old /pages folder method and issue persistered there aswell so I dont think its st.navtigation causing the issue

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