Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Admin fc-ac-theme pollutes logs #99

Closed
olivierdepriester opened this issue Sep 29, 2023 · 1 comment
Closed

[BUG] Admin fc-ac-theme pollutes logs #99

olivierdepriester opened this issue Sep 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@olivierdepriester
Copy link

Describe the bug
When saving themes of a realm, the logs are polluted with warn and error messages due to the misconfiguration of fc-ac-theme. As this theme extends keycloak theme, it triggers the error because keycloak theme has no admin theme anymore. Maybe it would be better to remove the fc-ac-theme admin theme until there is a way to "extend" from the keycloak.v2 admin theme (I am not even sure this will happen)

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Realm Settings' > 'Themes'
  2. Click on 'Save' button
  3. See logs:
[exec] 2023-09-29 17:59:04,880 WARN  [executor-thread] org.keycloak.theme.DefaultThemeManager             : Not found parent theme 'keycloak' of theme 'fc-ac-theme'. Unable to load ADMIN theme 'fc-ac-theme' due to this.
[exec] 2023-09-29 17:59:04,880 ERROR [executor-thread] org.keycloak.theme.DefaultThemeManager             : Failed to find ADMIN theme fc-ac-theme, using built-in themes

Expected behavior
No logs should appear

Additional context

  • Keycloak Version : 22.0.3
@olivierdepriester olivierdepriester added the bug Something isn't working label Sep 29, 2023
@clement-dufaure
Copy link
Collaborator

fixed in #105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants