Skip to content

Admin Portal fails to load on 26.2.5.1750793965 #77

Open
@danderozier

Description

@danderozier

Attempting to access the admin portal results in a blank screen with the image tagged 26.2.5.1750793965. Stepping back one release to 26.2.5.1750791921 works as expected.

Steps to reproduce:

  1. Spin up a container in development mode as described in the README:
docker run --name phasetwo_test --rm -p 8080:8080 \
    -e KEYCLOAK_ADMIN=admin \
    -e KEYCLOAK_ADMIN_PASSWORD=admin \
    -e KC_HTTP_RELATIVE_PATH=/auth \
    quay.io/phasetwo/phasetwo-keycloak:26.2.5.1750793965 \
    start-dev \
    --spi-email-template-provider=freemarker-plus-mustache \
    --spi-email-template-freemarker-plus-mustache-enabled=true \
    --spi-theme-cache-themes=false
  1. Open a web browser and navigate to http://localhost:8080/auth/realms/master/portal.

Expected behavior:

  • Keycloak should direct the user to a login page.
  • After logging in with the default admin credentials, the p2 admin portal should load successfully.

Actual behavior:

  • The browser displays a blank page. The SPA assets are returning a 404 (see screenshot below).
Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions