My flow based on Teams chat suddenly stopped working with the following errors:
Unable to parse response JObject:{
"responses": [
{
"id": "0",
"status": 404,
"headers": {
"Cache-Control": "no-cache",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "ResourceNotFound",
"message": "The object was not found.",
"innerError": {
"date": "2022-07-21T18:06:40",
"request-id": "e9956d2c-bb58-4f30-bafd-f8f92f36b8fc",
"client-request-id": "e9956d2c-bb58-4f30-bafd-f8f92f36b8fc"
}
}
}
}
]
}
{
"error": {
"code": 502,
"message": "Unable to parse response JObject:{\r\n \"responses\": [\r\n {\r\n \"id\": \"0\",\r\n \"status\": 404,\r\n \"headers\": {\r\n \"Cache-Control\": \"no-cache\",\r\n \"Content-Type\": \"application/json\"\r\n },\r\n \"body\": {\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The object was not found.\",\r\n \"innerError\": {\r\n \"date\": \"2022-07-21T18:06:40\",\r\n \"request-id\": \"e9956d2c-bb58-4f30-bafd-f8f92f36b8fc\",\r\n \"client-request-id\": \"e9956d2c-bb58-4f30-bafd-f8f92f36b8fc\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n}",
"source": "flow-apim-msmanaged-na-northcentralus-01.azure-apim.net",
"path": "choose[1]\\when[1]\\choose[2]\\when[1]",
"policyId": "",
"clientRequestId": "124851c5-cef7-451a-9293-91e8d293abcc"
}
It's a very simple trigger.
Are cloud services down regionally or globally?