I can see in the console that for some reason it fails to load static JS files:
GET https://<MY_APP_URL>/component/extra_streamlit_components.CookieManager.cookie_manager/static/js/main.743eab49.chunk.js net::ERR_ABORTED 404
I don’t know why this GET request fails as I can easily load the corresponding URL in my browser.
I finally squashed these warning popups by turning off “Enhanced Tracking Protection” for the application site in my browser, which FWIW is Firefox 115.8.0esr.
Streamlit version 1.32.0 is now available and includes a significant improvement for custom components. The timeout warning for custom components was replaced with an element skeleton to improve the UX for slow loading components, especially in some cloud-hosted platforms.