Many thanks for this keycloak bootstrap article, newish to keycloak. On my mac, with docker compose and JDK 8, I am running into a startup issue where the client application reports this in the console log.

Are you able to help diagnose? Can send container logs once I have a better way of communicating with you!

{

"headers": {

"normalizedNames": {},

"lazyUpdate": null

},

"status": 200,

"statusText": "OK",

"url": "http://localhost:8080/.well-known/openid-configuration",

"ok": false,

"name": "HttpErrorResponse",

"message": "Http failure during parsing for http://localhost:8080/.well-known/openid-configuration",

"error": {

"error": {},

"text": "<!doctype html>\n<html lang=\"en\">\n<head>\n <meta charset=\"utf-8\">\n <title>ClientApplication</title>\n <base href=\"/\">\n\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <link rel=\"icon\" type=\"image/x-icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"styles.3ff695c00d717f2d2a11.css\"></head>\n<body>\n <app-root></app-root>\n<script type=\"text/javascript\" src=\"runtime.26209474bfa8dc87a77c.js\"></script><script type=\"text/javascript\" src=\"es2015-polyfills.c5dd28b362270c767b34.js\" nomodule></script><script type=\"text/javascript\" src=\"polyfills.8bbb231b43165d65d357.js\"></script><script type=\"text/javascript\" src=\"main.0cf7c81555e145687ff0.js\"></script></body>\n</html>\n"

}

}

--

--