Installation Steps
Manually add the correct value of the Action_Center_URL
key in the registry at Path Computer\)\)HKEY_LOCAL_MACHINE\)\)SOFTWARE\)\)WOW6432Node\)\)UiPath\)\)UiPath Action Center
.
To find the correct value of the Action_Center_URL
from the env.json
file:
- Navigate to the Installation Folder.
- Go to the
ActionCenter/Actions/environments/env.json
file path. - From the
PostLogoutRedirectUri
key, retrieve the correct Action_Center_URL.
The format for the PostLogoutRedirectUri
is "Action Center URL"/actions
. For example, if the PostLogoutRedirectUri
is https://action-center.loadbalancer.uipath.com:447/actions
, then the corresponding Action Center URL is https://action-center.loadbalancer.uipath.com:447
.
If the correct value of the Action_Center_URL
is not provided before starting
the upgrade process, then loading the Action Center portal will fail
after upgrading, and you will need to manually update the
env.json
file. For step-by-step instructions on how to
update the env.json
file, check the last row from Action Center installation issues.
Accessing Action Center
Business users can access Action Center by using the https://<actioncenterhost>:<port>/
URL. They can use their credentials to log in to a particular tenant through the UiPath Identity Server.
Upon logging in, they are redirected to the Actions page (https://<actioncenterhost>:<port>/actions/
) from where they can navigate to Processes (https://<actioncenterhost>:<port>/processes/
) using the left -hand menu. The Processes page can also be accessed directly using the https://<actioncenterhost>:<port>/processes
URL.