Share via

Why do I keep getting this error "Failed to start a logic app run. Failed to start a run of logic app <workflowname>. ajaxExtended call failed"

Alsalahi, Zakarya - Vendor 1 Reputation point
2021-11-02T15:17:30.007+00:00

Hi,

I have this scheduled flow with a recurrence trigger as follows:
145779-image.png

but it doesn't run at all and when I manually trigger the flow I get the above error mentioned in the title.

Any idea why I'm getting this error ?

Thank you.

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

2 answers

Sort by: Most helpful
  1. rzand 6 Reputation points
    2022-08-12T15:34:43.377+00:00

    I solved this issue by adding the
    "FUNCTIONS_WORKER_RUNTIME" = "node"
    "WEBSITE_NODE_DEFAULT_VERSION" =" ~14"
    application settings

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. MayankBargali-MSFT 71,016 Reputation points Moderator
    2021-11-05T09:37:55.8+00:00

    @Alsalahi, Zakarya - Vendor Looks like there is an issue with your workflow and saving your workflow doesn't show the actual error message. Can you navigate to the developer tools (F12) --> Network and start recording the network logs. Reproduce the issue and verify if you are able to see any 400 requests when you execute your timmer trigger workflow. The 400 requests should return the actual error from the backend service. If you are not able to find the cause then please open a support ticket with us and if you don't have the support plan then please refer to my private comment to assist you further.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.