Having Trouble with Custom Themes in 19

Hi,

I’m following the directions here, but am getting an 500/NPE in DefaultThemeManager when I try to bring up the Realm Settings page in the admin. I’m wondering if it’s because the base and keycloak (and keycloak.v2) parents aren’t in the Quarkus distro.

I have account, email, login, admin, and welcome subfolders under \themes. Each of these subfolders has a theme.properties file with the following

parent=base
import=common/keycloak

None of my Realms are configured for the new Theme, but when I refresh the page I get a 500 and this

java.lang.NullPointerException
        at org.keycloak.theme.DefaultThemeManager.loadTheme(DefaultThemeManager.java:145)

I have tried this with both the admin2 and the older UI.

Thanks,
Carl

This appears to only be a problem with the welcome theme. I now have folders with account, email, login, and admin and I’m able to select them.