You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is no cortex integrated, and you open a case a error message is popping up:
SearchSrv.NotFoundError
As you can see in the developer console this is linked to a call, that results in a 404:
http://:9000/api/connector/cortex/action/_search?range=0-100&sort=-startDate
Possible Solutions
Prevent that call if cortex is not configured.
The text was updated successfully, but these errors were encountered:
If no cortex is configured and you see in the alerts view still the wheelchair. If you click on it, an error occures: AlertList: /api/connector/cortex/responder/alert/45152
Bug / Feature Request
Work Environment
Problem Description
If there is no cortex integrated, and you open a case a error message is popping up:
SearchSrv.NotFoundError
As you can see in the developer console this is linked to a call, that results in a 404:
http://:9000/api/connector/cortex/action/_search?range=0-100&sort=-startDate
Possible Solutions
Prevent that call if cortex is not configured.
The text was updated successfully, but these errors were encountered: