I’ve deployed an app on Google app engine but getting a couple of odd behaviours:
1- I’m using the custom components on_hover_tabs and mui_tables. I find that when I deploy an update, for a few hours those components will not load in my app, eventually streamlit throws the timeout error. Interestingly, after a few hours of not loading they will then start loading every time from then on.
2- I can view the app fine from my home network, but when I connect to a corporate network it loads only intermittently. One day, it will always load, another day it will never load. I’m aware this is likely an issue with the corporate firewall rather than the app, but is there anything that could be causing this behaviour from streamlit?
Many thanks!