Closed alenap93 closed 1 year ago
x
- [x] bug report - [ ] feature request
Hi, i have a problem with keycloak-angular library, when i build the app with parameter in angular.json optimization: true, after the login the spa does not works (show me a blank page) without any log in console/terminal.
This is my initOptions:
initOptions: { pkceMethod: 'S256', enableLogging: true, redirectUri: 'http://localhost:4200', onLoad: 'check-sso', silentCheckSsoRedirectUri: window.location.origin + '/assets/auth/silent-check-sso.html' }
no log in console
Solved, it was a problem with a recursive code in the guard
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
Hi, i have a problem with keycloak-angular library, when i build the app with parameter in angular.json optimization: true, after the login the spa does not works (show me a blank page) without any log in console/terminal.
This is my initOptions:
The log given by the failure.
no log in console