Hi! We've been experiencing lots of network errors lately using the GraphQL API. We've developed a static site using nuxt.js, and during static generation we get lots of errors such as:
Network error: request to https://xxx.cdn.prismic.io/graphql?XXX failed, reason: socket hang up
or
Error: Network error: request to https://xxx.cdn.prismic.io/graphql?query=xxxPreformatted text failed, reason: Client network socket disconnected before secure TLS connection was established
Are you aware of this? This is highly impacting our sites and are starting to receive complaints from our clients.
Site is built on Netlify, but these errors have been happening locally as well.
We've added a retry mechanism, but we don't think it's the right solution anyways.
Thanks