Hello Prismic team,
I'm Gavin, developer of bikebizstorefront prismic repo. My app is NextJS and I sometimes got Prismic error at getStaticProps of NextJS server side, see details below.
Could you help me check your server side? Thank you.
at ClientRequest. (/app/node_modules/node-fetch/lib/index.js:1461:11)
at ClientRequest.emit (node:events:327:20)
at TLSSocket.socketErrorListener (node:_http_client:478:9)
at TLSSocket.emit (node:events:327:20)
at emitErrorNT (node:internal/streams/destroy:194:8)
at emitErrorCloseNT (node:internal/streams/destroy:159:3)
at processTicksAndRejections (node:internal/process/task_queues:80:21) {
List categories by collection UID error: FetchError: request to https://bikebizstorefront.prismic.io/graphql?query= %20%20%20%20%20%20query{ %20%20%20%20%20%20%20%20allCollections(uid%3A"road-jackets"){ %20%20%20%20%20%20%20%20%20%20edges{ %20%20%20%20%20%20%20%20%20%20%20%20node{ %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20categories{ %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20category_title %20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20category_slug %20%20%20%20%20%20%20%20%20%20%20%20%20%20} %20%20%20%20%20%20%20%20%20%20%20%20} %20%20%20%20%20%20%20%20%20%20} %20%20%20%20%20%20%20%20} %20%20%20%20%20%20} %20%20%20%20 failed, reason: read ETIMEDOUT