keycloak / keycloak-quickstarts

Apache License 2.0
1.88k stars 963 forks source link

After updating from 24.0.5 to 25.0.0, the admin UI not showing because of CORS check. #558

Open bjorntj opened 2 weeks ago

bjorntj commented 2 weeks ago

Describe the bug

When I upgrade to version 25.0.0, the admin UI will not show because of CORS issues. I have set up keycloak with different FQDN for the clients to use and for the admin UI, so this triggers the CORS check. Are there some changes done that explains this? And can I confgure the CORS config somewhere?

Version

25.0.0

Expected behavior

I would have hoped that the admin UI would be shown, like previous versions.

Actual behavior

CORS errors are logged in the browser console log.

How to Reproduce?

use different URLs for hostname and hostname-admin.

Anything else?

No response

bjorntj commented 2 weeks ago

I see it is fixed in 25.0.1...