bleumink / streamlit-keycloak

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

Errors in Chrome when using the keycloak module #25

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: Uncaught (in promise) TypeError: globalThis?.crypto?.randomUUID is not a function at Messaging.request (VM174 inject.js:2634:44) at ClickToLoad.init (VM174 inject.js:11240:59) at ClickToLoad.callInit (VM174 inject.js:3204:18) at VM174 inject.js:11448:33 at Array.forEach () at init (VM174 inject.js:11446:26)

Not sure if this is serious or not.

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

This seems not to occur when all is set up with keycloak. So probably an effect of traffic not allowed previously.