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
I have upgraded my Keycloak-angular to 19.0.2 and keycloak-js to 26.1.0 in my NX workspace. My application is not standalone, so I have used provideAppInitializer to initialize my keycloak.
I have also added the provideKeycloak() with config and features defined in my app.module.ts (Have not given initOptions here).
Once the keycloak initialization is done, I am printing the keycloak object and finding that the authenticated is true, user profile is loaded.
But the only keycloak signal that gets logged is KeycloakAngularInit. It isn't moving to the READY state.
Also, no bearer tokens are getting attached to the API call, so I am suspecting that is also connected to this?
What am I missing here?
The text was updated successfully, but these errors were encountered:
Hi, can you post the code with your configuration? Because I have your problem too but with one more. When I reload the page authentication is false (only after login e staying in the same app authentication is true)? Have you encountered too this error?
I wrote my config and usage in issue 600 as last comment.
With this config I have no problem with interceptor for token.
I have upgraded my Keycloak-angular to 19.0.2 and keycloak-js to 26.1.0 in my NX workspace. My application is not standalone, so I have used provideAppInitializer to initialize my keycloak.
I have also added the provideKeycloak() with config and features defined in my app.module.ts (Have not given initOptions here).
Once the keycloak initialization is done, I am printing the keycloak object and finding that the authenticated is true, user profile is loaded.
But the only keycloak signal that gets logged is KeycloakAngularInit. It isn't moving to the READY state.
Also, no bearer tokens are getting attached to the API call, so I am suspecting that is also connected to this?
What am I missing here?
The text was updated successfully, but these errors were encountered: