"message": "io.camunda.zeebe.client.api.command.ClientException: io.camunda.zeebe.client.api.command.ClientHttpException: Failed with code 404: 'Not Found'",

We are using helm version 11.2.1 for camunda8 Saas integration
While fetching camund auser task via zeebe apis initially it was throwing

“message”: "io.camunda.zeebe.client.api.command.ClientException: io.camunda.zeebe.client.api.command.ClientHttpException: Failed with code 404: ‘Not Found’",

somehow fixed the issue via enabling conbined ingress as zeebe , however now its throwing

“message”: "io.camunda.zeebe.client.api.command.ProblemException: Failed with code 405: ‘Method Not Allowed’. Details: 'class ProblemDetail {\n type: about:blank\n title: Unexpected server response\n status: 500\n detail: "timestamp":"2025-04-09T10:02:28.930+00:00","status":405,"error":**“Method Not Allowed","path":"/zeebe/v2/user-tasks/search"}\n instance: null\n}'”,

has anyone faced this issue ?

Hi @Koksingh - I suspect the alpha API endpoints aren’t enabled in your deployment. See here:

1 Like

Thanks @nathan.loding - it worked !!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.