ARD HUB Error: "cookieNotFoundMessage"
search cancel

ARD HUB Error: "cookieNotFoundMessage"

book

Article ID: 255251

calendar_today

Updated On:

Products

CA Agile Requirements Designer

Issue/Introduction

After log in to ARD HUB getting this error:

"cookieNotFoundMessage"

Environment

ARD HUB 3.2.7

Cause

Configuration issue with Keycloak.

Resolution

Update the file standalone.xml in your KEYCLOAK_HOME\standalone\configuration folder and make sure the following entry points to your machine IP or DNS address for fronendURL.

See example below:

<property name="frontendUrl" value="${keycloak.frontendUrl:http://<IP or DNS>:8080/ard/api/iam/auth}"/>

Save the file and restart Keycloak (Wildfly is you have a service.

Log back in to ARD HUB and issue will be resolved.