question

AlsalahiZakarya-3657 avatar image
0 Votes"
AlsalahiZakarya-3657 asked AlsalahiZakarya-3657 answered

InternalServerError. Encountered internal server error. The tracking Id is '9316461c-97ef-4761-868f-10e46971ff43'.

I have an asynchronous http action with "GET" method, the API returns a 202 accepted and includes a header "location" parameter that has a url to check the status again but im getting InternalServerError with this tracking ID.

here is a screenshot of the flow:
128724-image.png

and here is the response header of that api call in postman:
128529-image.png

I dont know where is the issue, any help is appreciated.

Thank you.

azure-logic-apps
image.png (85.1 KiB)
image.png (51.2 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Here is the backend code for that request :
128771-image.png

Am I doing it wrong ? if yes, what is the right way to implement the async http action ?

Please help :(.


0 Votes 0 ·
image.png (41.6 KiB)

1 Answer

AlsalahiZakarya-3657 avatar image
0 Votes"
AlsalahiZakarya-3657 answered

I tried removing the "duration" variable under timeout section in the settings of the http action and it worked then I figured later on that I it was wrong format. I previously typed "P140M" and the correct format for that is "PT240M".

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.