How to resolve the following error: Orchestrator IIS binding hostname and Identity Server Orchestrator URL are different?
Root Cause: This error shows up when there is a mismatch between the IIS Binding that was configured in IIS and the Orchestrator URL that was added in the Appsettings.Production.json
Resolution: The solution for this would be to make the two values match, either by adding the correct value in the IIS Binding or to update the value in the Appsettings.Production.json(restart the Orchestrator afterward).