streamlit-pdf-viewer
streamlit-pdf-viewer copied to clipboard
PDF Viewer not updating on st.rerun() in prod.
I am having real trouble with an extremely weird issue. Running my application locally works fine, both in the normal poetry environment as well as the docker container. However when i host it online some functionality we use to show the next page does not cause the viewer to refresh with the next page despite changing the page that is sent to pages_to_render
and calling a st.rerun().
However it does refresh when interacting with unrelated elements that also call st.rerun()
. Would love to know if you have an ide where this is coming from and how to fix it.
Cheers