Why is connecting Robot to Orchestrator giving Invalid URI " The Authority/Host could not be parsed error and/or Invalid URI: The format of the URI could not be determined" ?
Issue Description: When connecting the robot to the orchestrator from the UiPath Assistant Orchestrator Settings, the Assistant is tossing the error Invalid URI: The Authority/Host could not be parsed and/or Invalid URI: The format of the URI could not be determined.
Invalid URI: The Authority/Host could not be parsed.
Resolution:
When providing the Orchestrator URL in the UiPath Assistant Orchestrator Settings an additional "/" is missing in 'https://'. Modifying the Orchestrator URL with that additional '/' will resolve the issue
Example:
Connection Successful
Value:
- https://OrchestratorUrl.com
Result:
Connection Failed with Invalid URI
Value:
- http:/OrchestratorUrl.com
Result:
Invalid URI: The format of the URI could not be determined.
When providing the Orchestrator URL in the UiPath Assistant Orchestrator Settings, a ":" is missing in "https://". Modifying the Orchestrator URL by adding ':' will resolve the issue
Example:
Connection Failed with Invalid URI
Value:
- http//OrchestratorUrl.com
Result: