product-is icon indicating copy to clipboard operation
product-is copied to clipboard

No instructions on how to fix console login when hostname changes

Open mefarazath opened this issue 3 years ago • 0 comments

Is your suggestion related to a missing or misleading document? Please describe.

When you change the hostname after you startup the server once, the console login fails with the below error.

image

To fix this the console callback URLs needs to be updated. This requires

  1. Removing console from marked as a read only app in deployment.toml
  2. Restart the server
  3. Login with Management console
  4. Go to the console app and change the callback URL

or

  1. Revert the hostname change
  2. Removing console from marked as a read only app in deployment.toml
  3. Login with console
  4. Update the callback URLs with the new hostname
  5. Stop the server
  6. Change the hostname and restart

Describe the improvement

What ever the approach we decide for the user needs to be part of https://is.docs.wso2.com/en/6.0.0/deploy/change-the-hostname/

Optional Fields

Additional context

Related Issues:

mefarazath avatar Aug 09 '22 11:08 mefarazath