Getting status as 424 and Failed Dependency error when hitting the web trigger of Forge App

I have created a forge App with a webtrigger and wrote a function which accepts a set of unique Id’s and return the email id’s from Jira. I see function is getting executed successfully and i can see the final response in the logging. But when it comes to the API end point output i see below error.

Error:
{“timestamp”:“2025-06-09T06:57:57.990+00:00”,“path”:“/x1/x5jmVL4mS4Ndy5uOf7gRo27uAK0”,“status”:424,“error”:“Failed Dependency”,“requestId”:“a8a36d96-5771026”}s

Curl command:
curl --location --request POST ‘https://79697648-7256-40d6-85a3-c3ff9824c642.hello.atlassian-dev.net/x1/x5jmVL4mS4Ndy5uOf7gRo27uAK0’ --header ‘X-Api-Key: 1234’ --header ‘Content-Type: application/json’ --data-raw ‘{
“accountIds”: [
“712020:d262d596-7000-46f2-9d1a-ca4d7c206f55”,
“712020:36bfb1d9-4d63-4ad4-8ff4-37000ec76e76”
]
}’

Hi,

In my case, when I see this error, one of those 2 solve the problem:

  • restart forge tunnel (if you are using one) - sometimes forge tunnel is not stable
  • regenerate webtrigger url for your particular environment and re-deploy

Hope this will help