Search code examples
wso2wso2-identity-server

WSO2IS 5.11.0 - Blank screen when accessing to /myaccount or /console web page


I deployed to test the last release of WSO2 5.11.0 in Docker container. I did not change anything in the default configuration except the hostname and callbackURL for the "Console" and "My Account" service providers to match my hostname.

Access to the carbon console is fine. But when I try to reach https://<hostname>/console or https://<hostname>/myaccount, I can fill my login and password, then I have a blank page without anything.

Any idea is welcome. Thank you.


Solution

  • Taking the answer from comments:

    If you change the host/port of the server after one fresh pack startup, you have to follow the steps in stackoverflow.com/a/65353673/10055162 manually. On the other hand, if you change the host/port before the fresh IS pack server startup these changes applied automatically.

    Out of the steps in stackoverflow.com/a/65353673/10055162, You should have missed step 5 which causes you to see a blank page. Navigate to : Resident IDP > Inbound Authentication Configuration > OAuth2/OpenID Connect Configuration and change Identity Provider Entity ID accordingly.

    Further, these value changes can't be done via deployment.toml.