I have a Logic App that's been working fine and suddenly is throwing "Bad Gateway" when converting a PDF to a list of images.
Export PDF does work, so the API and the connector are configured correctly, but that creates a zip files, and I need the individual images. I get the sense that the API or the connector has been updated or changed and that's caused this to start failing.
{
"error": {
"code": 504,
"source": "logic-apis-westus.azure-apim.net",
"clientRequestId": "5404816a-5a46-44d4-9571-d651f19c77e5",
"message": "BadGateway",
"innerError": {
"error": {
"code": "Gateway Timeout",
"message": "The Gateway servers are up, but the request couldn't be serviced due to some failure within our stack. Try again later."
}
}
}
}