I am customizing some login pages for keycloak with given templates
Currently I am using the login template and registration template.
When I enable the reset password feature in the realms settings without adding the reset password template, I get no error when visiting said page but when I add the template login-reset-password.ftl I get an internal server error.
I added the template in the same folder as the other templates which are working if that helps
keycloak-clarity-theme
| - clarity/login
| - resources
| | - css
| | - img
| - login-reset-password.ftl
| - login.ftl
| - register.ftl
| - theme.properties
The error code:
GET http://localhost:10000/auth/realms/master/login-actions/reset-credentials?client_id=security-admin-console&tab_id=ZQYZbJJw3SY 500 (Internal Server Error)