Streamlit Cloud bug?

I’m using streamlit-oauth component and encountered this bug when deploying to Streamlit Cloud. It works locally

2023-05-30 02:01:27.162 ComponentRequestHandler: GET /home/appuser/venv/lib/python3.9/site-packages/streamlit_oauth/frontend/dist read error
Traceback (most recent call last):
  File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/web/server/component_request_handler.py", line 55, in get
    with open(abspath, "rb") as file:
IsADirectoryError: [Errno 21] Is a directory: '/home/appuser/venv/lib/python3.9/site-packages/streamlit_oauth/frontend/dist'
1 Like

Hey @Sen_Lin,

Thanks for sharing your question! Can you please share a link to your GitHub repo so we can reproduce the error?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.