orchestrator
latest
false
- Getting started
- Best practices
- Tenant
- About the Tenant Context
- Searching for Resources in a Tenant
- Managing Robots
- Connecting Robots to Orchestrator
- Storing Robot Credentials in CyberArk
- Storing Unattended Robot Passwords in Azure Key Vault (read only)
- Storing Unattended Robot Credentials in HashiCorp Vault (read only)
- Storing Unattended Robot Credentials in AWS Secrets Manager (read only)
- Deleting Disconnected and Unresponsive Unattended Sessions
- Robot Authentication
- Robot Authentication With Client Credentials
- Configuring automation capabilities
- Solutions
- Audit
- Settings
- Cloud robots
- Folders Context
- Automations
- Processes
- Jobs
- Apps
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Business Rules
- Storage Buckets
- Indexes
- Orchestrator testing
- Resource Catalog Service
- Integrations
- Troubleshooting
- About Troubleshooting
- Alerts troubleshooting
- General troubleshooting
- Frequently Encountered Orchestrator Errors
General troubleshooting

Orchestrator user guide
Last updated Jun 23, 2025
General troubleshooting
The
net::ERR_CERT_AUTHORITY_INVALID
error occurs when your certificate expires or is involved in a certificate rotation process, indicating that it is now invalid.
It is most likely that the error occurs for the following reasons:
-
You cannot access Automation CloudTM.
-
Your robot is disconnected.
To fix this error, take the steps, described in the following example:
Signing in to your Orchestrator service from the Assistant redirects you to the SSO page. In some browsers, you may be prompted to open UiPath Assistant. This happens due to the Assistant's protocol handler not being added to the browser's group policies.
To prevent this behavior, make sure to follow the next steps, depending on the browser (Chrome/Microsoft Edge):
Note: We fixed this issue in Orchestrator 2024.10.6.
Following an upgrade from 2023.10 or an earlier version to 2024.10, NLog no longer forwards logs to Splunk. To address the
issue, take the following steps:
- In ArgoCD, go to Applications and select orchestrator.
- Select the Details tab.
- In the SYNC POLICY section, select DISABLE AUTO-SYNC, then select OK to confirm your choice.
- Add the following section under
init.container
:- name: download-plugins image: registry.uipath.com/uipath/sf-k8-utils-rhel:2025.04.02 securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL privileged: false readOnlyRootFilesystem: true runAsNonRoot: true fsGroup: 1000 runAsGroup: 1000 runAsUser: 1001 resources: limits: cpu: 500m memory: 1Gi requests: cpu: 100m memory: 200Mi volumeMounts: - name: tmp mountPath: /tmp - name: init-container-scripts mountPath: /scripts - name: plugins-volume mountPath: /plugins - name: plugins-external-storage-secret mountPath: /secret command: - /bin/sh args: - /scripts/copy-plugins-to-local-dir.sh