Hichem Rekouane
Results
1
comments of
Hichem Rekouane
I got this fixed by updating line 22 in `backend/app.js` from this ```js var keycloak = new Keycloak({ store: memoryStore }); ``` to this ```js var keycloak = new Keycloak({...