Skip to content

Commit

Permalink
[issue-33536] js/apps/keycloak-server does not start anymore
Browse files Browse the repository at this point in the history
Solves keycloak#33536

Signed-off-by: Oliver Cremerius <[email protected]>
  • Loading branch information
antikalk committed Oct 3, 2024
1 parent edb0542 commit dd22b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/apps/keycloak-server/scripts/start-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function startServer() {
path.join(SERVER_DIR, `bin/kc${SCRIPT_EXTENSION}`),
[
"start-dev",
`--features="login:v2,account:v3,admin-fine-grained-authz,transient-users,oid4vc-vci,organization"`,
`--features="login2,account3,admin-fine-grained-authz,transient-users,oid4vc-vci,organization"`,
...keycloakArgs,
],
{
Expand Down

0 comments on commit dd22b58

Please sign in to comment.