


randomly, instead of some json, we get the following HTML back from one of our servlets:
We are looking in the logs, but wondered if anyone has seen this type of response before?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="AEM Cloud Service">
<title>AEM Cloud Service</title>
<link rel="icon" href="https://errors.adobeaemcloud.com/favicon.ico">
<link rel="stylesheet" href="https://errors.adobeaemcloud.com/src.status.css">
</head>
<body>
<noscript>AEM Cloud Service.</noscript>
<div id="root" status="500"
backend="bb78d8242935e149ab12d9d14ebbb908--F_Skyline_Origin_Ingress_Publish"
healthy="1"
gen="0"
rid="d548c3db-dd02-49d3-bfdd-e96f2c1e4dd6"
xid="3481717772"
age="0.000"
ttl="0.000"
restarts="0"
nobranding=""
statusApi=""
> </div>
<script src="https://errors.adobeaemcloud.com/src.status.js"> </script>
</body>
</html>
This means that the publish has returned a statuscode 500 to your browser.