Describe the bug
If keycloak upgrades to 26.2.1 the admin console login does not land in the fragment. For example, if we try initially to login to the URL http://localhost:8080/admin/master/console/#/demo/users/add-user, with keycloak 26.2.1 the final page after login is the initial page, but with previous 26.2.0 it goes to the correct fragment to add a new user in realm demo.
The main reason is that the new version 26.2.1 strips off the fragment from the URL. Probably we need to assign the location with the correct fragment after the processing.
Version
26.2.1
Expected behavior
The landing page in the admin console should be the one in the fragment.
Actual behavior
The landing page is the default one.
How to Reproduce?
Use the new version in the admin console. For example check this dependabot PR in keycloak: keycloak/keycloak#43342
Anything else?
No response