-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
area/admin/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/blockerHighest Priority. Has a deadline and it blocks other tasksHighest Priority. Has a deadline and it blocks other tasksrelease/25.0.0team/ui
Milestone
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
admin/ui
Describe the bug
The admin console run locally per instructions https://github.com/keycloak/keycloak/tree/main/js/apps/admin-ui#running-the-keycloak-server does not work due to whoami endpoint returning 403.
Version
main
Regression
- The issue is a regression
Expected behavior
Dev environment works
Actual behavior
Dev environment does not work
How to Reproduce?
- Compile clean keycloak via
mvn clean install - Run keycloak server:
( cd js/apps/keycloak-server/server/; pnpm run start -- --local --debug ) - Run admin console dev environment in another terminal:
( cd js/apps/admin-ui; pnpm run dev ) - Visit http://localhost:8080/ and log in
Anything else?
Likely caused by #28930
Metadata
Metadata
Assignees
Labels
area/admin/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/blockerHighest Priority. Has a deadline and it blocks other tasksHighest Priority. Has a deadline and it blocks other tasksrelease/25.0.0team/ui