Vladislav

Results 9 comments of Vladislav

Can you help with determining minimal setup on linux to get theme's .jar file? I mean, maybe some steps like install maven, etc ?

Hey @garronej , I dunno if is this still relevant, I have written a stage for gitlab ci to build theme. `REACT_APP_STAGE` is our trigger env to let our app...

Original problem I think was caused by someone's rebasing in repository when there was theme in recent commits. So additional stage with build was the solution.

> I think the delay depends on a large number of factors including how your data is laid out. What do you mean by 'how data is laid out'? We...

environment: DB_VENDOR: POSTGRES DB_ADDR: keycloakdb DB_PORT: 5432 DB_DATABASE: keycloak DB_USER: keycloak DB_SCHEMA: public DB_PASSWORD: password KC_HOSTNAME: localhost KEYCLOAK_ADMIN: admin KEYCLOAK_ADMIN_PASSWORD: 1 KC_FEATURES: token-exchange KC_HTTP_ENABLED: true KC_PROXY: edge Please try this....

There is `LANGFUSE_DEBUG=false` environment variable or callback's param `debug=False` depends whether you use full SDK or callbacks

Just set `authState` in`signIn` params and you will be gucci. You can set it with empty object if nothing to store

> > Just set `authState` in`signIn` params and you will be gucci. You can set it with empty object if nothing to store > > this doesn't work in production,...