We’ve been using the https://status.auth0.com/feed?domain=
(with our domain appended, of course) URL to check the status of Auth0 in our product for awhile…but recently it started giving back 500 errors? And it appears to be coming from Cloudfront?
Here’s what I see in curl -v
:
< HTTP/2 500
< content-length: 50
< date: Tue, 01 Aug 2023 14:45:00 GMT
< access-control-allow-origin: *
< etag: "32-rfzgN+uFvIQU5s6N0CYqXvCiisI"
< strict-transport-security: max-age=31536000; includeSubDomains
< x-cache: Error from cloudfront
< via: 1.1 19d924aad94fb7559b35412e1281c53e.cloudfront.net (CloudFront)
< x-amz-cf-pop: ORD56-P9
< x-amz-cf-id: GqTvsKNrC7SQgEQffbZdUNECJZYAA14EosqgspPRjSWBWmz7XOtBow==
<
* Connection #0 to host status.auth0.com left intact
Unexpected error occurred, please contact support.
Does this make sense? Who should I contact?