500 Error when issuing Search Rest API

Hi
I am running a local docker install of camunda 8 (V8.6.5). The only change I have made is to add the environment variable to enable the search API. Whenever I issue one of the new alpha calls (for example posting to http://localhost:8088/v2/incidents/search ) I receive a response code of 500 eg: {
“type”: “about:blank”,
“title”: “Failed to execute Incident Search Query”,
“status”: 500,
“detail”: “Failed to execute search query”,
“instance”: “/v2/incidents/search”
}

I expected to see something in the logs telling me what the issue is, but am unable to find any log entries as a result of issuing the call. All of the non “Alpha” calls seem to work - for example topology , license, broadcast signal etc. It seems only the searches are not working. Thanks in advance for any ideas on where to look for the cause of the error

I think this may be the same issue as /v2/user-tasks/search throws Exception · Issue #24146 · camunda/camunda · GitHub
Sorry for the duplication

1 Like