You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run the project locally (localhost:8000) everything works fine. If I access the angular app from my PC IP addres, so 192.168.0.185:8000 I'm getting the following error:
Web Crypto API is not available.
at createUUID (keycloak-angular.js?v=842b056e:854:13)
at Keycloak.<anonymous> (keycloak-angular.js?v=842b056e:339:19)
at Generator.next (<anonymous>)
at chunk-WDMUDEB6.js?v=842b056e:49:61
at new ZoneAwarePromise (polyfills.js:2159:23)
at __async (chunk-WDMUDEB6.js?v=842b056e:33:10)
at Keycloak.kc.createLoginUrl (keycloak-angular.js?v=842b056e:338:12)
at Object.<anonymous> (keycloak-angular.js?v=842b056e:1086:45)
at Generator.next (<anonymous>)
at chunk-WDMUDEB6.js?v=842b056e:49:61
I cannot find any issue related to this
The text was updated successfully, but these errors were encountered:
I use the following versions:
"keycloak-angular": "^16.1.0",
"keycloak-js": "^26.1.2",
My keycloak configuration is the following:
If I run the project locally (localhost:8000) everything works fine. If I access the angular app from my PC IP addres, so 192.168.0.185:8000 I'm getting the following error:
I cannot find any issue related to this
The text was updated successfully, but these errors were encountered: