Gatsby Socket hang up after building on github

Any idea in how to solve this issue

gatsby-config.ts

{
      resolve: 'gatsby-source-graphql',
      options: {
        typeName: 'STRAPI',
        fieldName: 'strapi',
        url: '**********',
        headers: {
          Authorization: `Bearer *********`,
        },
        batch: true,
        dataLoaderOptions: {
          maxBatchSize: 10,
        },
      },
    },

This topic has been created from a Discord post (1220558857852420166) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord