Streamlit 超时:您的应用程序在加载组件时遇到问题

Ale*_*lli 8 streamlit

我正在尝试显示 Streamlit/Hydralit 组件,但是当我将其部署到 Cloud Run 上时,我遇到了此超时错误(本地从未遇到过):

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.
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述

我该如何解决这个相关问题?

小智 1

我不确定您是否仍然面临这个问题,但重新安装该组件并重新启动应用程序是值得的。

我相信这应该可以解决问题。

最好的,

查理