bleumink / streamlit-keycloak

User authentication and single sign-on in your Streamlit app using Keycloak
MIT License
59 stars 11 forks source link

Missing file in python lib when runing bootstrap.min.css.map #26

Closed MatsBjerin closed 11 months ago

MatsBjerin commented 11 months ago

Hi,

I get the following error in the browser debug window when connecting to our keycloak server:

2023-10-28 18:49:04.028 ComponentRequestHandler: GET /opt/venv-streamlit/lib/python3.10/site-packages/streamlit_keycloak/frontend/public/bootstrap.min.css.map read error Traceback (most recent call last): File "/opt/venv-streamlit/lib/python3.10/site-packages/streamlit/web/server/component_request_handler.py", line 55, in get with open(abspath, "rb") as file: FileNotFoundError: [Errno 2] No such file or directory: '/opt/venv-streamlit/lib/python3.10/site-packages/streamlit_keycloak/frontend/public/bootstrap.min.css.map'

Should I worry or just ignore?

In the same path, the file bootstrap.min.css exists but not its ".map".

Thanks!

Using MS Edge Version 118.0.2088.69 (Official build) (64-bit) Running streamlit under Ubunto 22.04.3 LTS with Python 3.10.12

MatsBjerin commented 11 months ago

I see issue #19 is the same as this.

MatsBjerin commented 11 months ago

Duplicate of issue #19. Closing.