I am trying to display a Streamlit/Hydralit component but, as soon as I deploy it on Cloud Run, I encounter this timeout error (never encountered locally):
Your app is having trouble loading the
hydralit_components.NavBar.nav_bar
component.(The app is attempting to load the component from , and hasn't received its "streamlit:componentReady" message.)
- If this is a development build, have you started the dev server?
- If this is a release build, have you compiled the frontend?
For more troubleshooting help, please see the Streamlit Component docs or visit our forums.
How can I solve this relevant issue?