Open
Description
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:
- 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
- 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).
