mauriciovigolo / keycloak-angular

Easy Keycloak setup for Angular applications.
MIT License
730 stars 280 forks source link

Navbar renders two times #588

Closed pzoli closed 2 weeks ago

pzoli commented 3 weeks ago

Bug Report or Feature Request (mark with an x)

- [x] bug report -> please search for issues before submitting
- [ ] feature request

Versions.

keycloak-angular 16.0.1 angular 18.2.0 keycloak 26.0.0

Repro steps.

Initialize kaycloak-angular in an angular project with described in: https://medium.com/@indrajitsaha7597/seamless-keycloak-integration-with-angular-a-step-by-step-guide-6e6724aa34c3 In app.component.html app-root DOM tree content duplicated Project github repo: https://github.com/pzoli/forras-ng-module

The log given by the failure.

Please see stackoverflow question at https://stackoverflow.com/questions/79142531/angular-component-rendered-two-times

Thanks for suggestions.

mauriciovigolo commented 2 weeks ago

As noted in the stackoverflow thread, the issue was related to the project setup rather than the library itself. I’ll go ahead and close this ticket.