Leon Pahole

Results 7 comments of Leon Pahole

Hello, I have the same issue as you. I solved it by importing and running loaders in `beforeAll` clause instead of importing express app from app.js. I don't know how...

@garronej Thank you for your response. I am not using any custom fields in the Keycloak - it is a standard, clean (no configuration changed) Keycloak 11.0.2 instance. I can...

Here is the error: ![image](https://github.com/keycloakify/keycloakify/assets/49043056/6bfaed7e-5671-4f70-a207-253930b606a0) ![image](https://github.com/keycloakify/keycloakify/assets/49043056/5a98a31c-1c22-4d10-82c3-3d8de4b133e7)

@garronej thanks for the quick feedback and the solution :raised_hands:

Thanks! One thing I've noticed though: the username and password fields are marked with an error immediately upon page load. ![image](https://github.com/keycloakify/keycloakify/assets/49043056/26babc1b-ffe9-431e-8c1f-1b8c3a36a5a1)

Here is what I am getting: ``` "printIfExists": function (fieldName, text) { if(fieldName === "totp" ){ return undefined; } if(fieldName === "userLabel" ){ return undefined; } if(fieldName === "password" ){...

Hello @garronej , sorry for slow response, It's been a busy week :) Yes, I am sure I am using Keycloakify 7.13.2-rc.0. - I don't have Register.tsx page - it...