6

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.

enter image description here

How can I solve this relevant issue?

Alessandro Ceccarelli
  • 1,775
  • 5
  • 21
  • 41
  • 1
    Ran into a similar issue with the aggrid component and App Engine. I fixed by upgrading backend hardware to a F2 instance. – Doracahl Feb 13 '23 at 15:25
  • Is there any direct fix? Other than upgrading the hardware – MYK Jul 13 '23 at 16:30

1 Answers1

1

I'm not sure if you're still facing the issue, but it would be worth reinstalling the component and rebooting the app.

I believe this should resolve the issue.

Best,

Charly