You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
@xgp I checked the new release but it doesn't work. I restored Keycloak with the version 25. With KC_HOSTNAME_ADMIN_URL and KC_HOSTNAME_URL it worked well. However KC_HOSTNAME_ADMIN and KC_HOSTNAME it didn't work.
With the verison 26 KC_HOSTNAME_ADMIN_URL and KC_HOSTNAME_URL doesn't work anymore as explained in the docs https://www.keycloak.org/docs/26.0.6/upgrading/#new-hostname-options
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_ADMINCould you check ?
The text was updated successfully, but these errors were encountered: