extremedevs opened a new issue, #3381:
URL: https://github.com/apache/incubator-kie-tools/issues/3381
Hello team,
I’m trying to use the Management Console in a development environment with
this docker-compose.yaml.
However, I’m unable to retry a process instance. The request always returns
the following response:
`{
"errors": [
{
"message": "Exception while fetching data
(/ProcessInstanceRetry) : FAILED: RETRY ProcessInstance with id:
736ee55c-f2a9-4a4d-94c1-83cd5418a34d errorCode:404 errorStatus:Not Found
errorMessage:<html><body><h1>Resource not found</h1></body></html>",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"ProcessInstanceRetry"
],
"extensions": {
"classification": "DataFetchingException"
}
}
],
"data": {
"ProcessInstanceRetry": null
}
}`
Idem for endpoint URL i get localhost:8180 instead of my kogito app on 8080
<img width="269" height="102" alt="Image"
src="https://github.com/user-attachments/assets/82ff65a0-89d3-479b-8d24-007c04c89d15"
/>
How can i get this feature working ?
Thanks in advance for your help
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]