C8run 8.7 REST API process-instances not working

Hi,
I have installed the new version of C8 (8.7). I am using c8run to check some of the features and now the execution of

..../v2/process-instances

is returning

{
    "type": "about:blank",
    "title": "Service Unavailable",
    "status": 503,
    "instance": "/v2/process-instances"
}

I could not find any information about a change for this.
When starting c8run (8.6.9) the execution of this task (postman) works fine.
Can anyone help?

Regards
Edmund

Hi @Edmund - this is not an error I’ve encountered yet. I assume you’ve already cleared the artifacts and restarted C8 Run. Do the logs provide any useful errors? You can also try increasing the log level (perhaps to DEBUG) and see what the logs contain.

@Edmund I can see C8 Run for 8.7 is still referring the v1 api’s as per the documentation.