Before reporting an issue
Area
account/api
Describe the bug
When the ACCOUNT_V3 feature is disabled, accessing the account console endpoint throws a NullPointerException in AccountLoader.getAccountResourceProvider().
Version
26.6
Regression
Expected behavior
- The "Manage account" link should be hidden when ACCOUNT_V3 is disabled.
- AccountLoader should handle a null theme gracefully instead of throwing an NPE.
Actual behavior
- The "Manage account" link leads to the 500 HTTP error
- AccountLoader throws an NPE.
How to Reproduce?
- Start Keycloak with
--features-disabled=account-v3
- Navigate to the Admin Console
- Click the user dropdown in the top-right navbar and select "Manage account"
- Observe a 500 error / NPE in the server log
Anything else?
No response
Before reporting an issue
Area
account/api
Describe the bug
When the
ACCOUNT_V3feature is disabled, accessing the account console endpoint throws aNullPointerExceptioninAccountLoader.getAccountResourceProvider().Version
26.6
Regression
Expected behavior
Actual behavior
How to Reproduce?
--features-disabled=account-v3Anything else?
No response