Open
Description
Hello,
I updated the container from 25.0.6.1729619380 to 26.0.6.1732296619 and now in the admin area of Keycloak when I click on Organizations I have a cors issue CORS error fetch useOrgFetcher.ts:30
The variables KC_HOSTNAME and KC_HOSTNAME_ADMIN are different. I tried to keep the old variables KC_HOSTNAME_URL and KC_HOSTNAME_ADMIN_URL but it doesn't work.
The request on /realms/master/orgs?first=0&max=11
is executed on KC_HOSTNAME instead of KC_HOSTNAME_ADMIN
Could you check ?