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
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:
Go to 'Realm Settings' > 'Themes'
Click on 'Save' button
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
The text was updated successfully, but these errors were encountered:
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 extendskeycloak
theme, it triggers the error becausekeycloak
theme has no admin theme anymore. Maybe it would be better to remove thefc-ac-theme
admin theme until there is a way to "extend" from thekeycloak.v2
admin theme (I am not even sure this will happen)To Reproduce
Steps to reproduce the behavior:
Expected behavior
No logs should appear
Additional context
The text was updated successfully, but these errors were encountered: