Damien Snoeck
Damien Snoeck
Not sure to understand your problem: > Even though redirection is happening after login, I am not receiving any token. - Are you logged in succefully ? (check the user's...
Hi @satyaram413, We don't have a dashboard for the user to select their tenant. We simple give the user the URL, with the tenant name. So user can access it...
@satyaram413, Before running the keycloak.init() you could add log to check which realm your regex retrive. Otherwise, It could be a bad keycloak configuration, like the "Allowed redirect URL" in...
The logout method accept a optional parameter, redirectUri. So you can define where to redirect your user: https://github.com/mauriciovigolo/keycloak-angular/blob/master/projects/keycloak-angular/src/lib/core/services/keycloak.service.ts#L284
If you still need to keep the translations variable before `@NgModule` (ie you are loading dynamically the language), simply add `export` in front: ``` const locale = localStorage.getItem('locale'); declare const...
Hi, Do you still have your issue ? Can you provide more informations or even better a reproductible application ?
Thanks a lot @RignonNoel, you should create a PR on https://github.com/ngx-translate/core#plugins to change the plugins link to point to your fork.
See PR #102
There is a fork that fix most of the issue: https://github.com/vendure-ecommerce/ngx-translate-extract Nevertheless, the visibility issue is not fixed. Maybe @michaelbromley can give a hint ?
Can this be merged ? This is a must have for more an more developer which are using dependencies manager like requireJs or Webpack.