Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
366 stars 43 forks source link

Nuxt generate issues #447

Open agotfredsen82 opened 11 months ago

agotfredsen82 commented 11 months ago

Environment

Describe the bug

When using Nuxt generate to generate SSG static Nuxt 3 site it seems like Nuxt-graphql-client seems for some strange reason generate all pages in parallel and its causing everything to break apart because its like there are multiply parallel graphql connections running . when reaching more then 8 pages everything starts getting errors and I suspect its because there are more then 8 graphql connections running at once .. when monitoring the graphql server it indeed looks like multiply pages are connecting to server at the same time trying to generate a static version of itself in nuxt3 . comparing using Apollo Nuxt the behaviour is more serial then parallel .

is this a known issue .. ? it prevents me from using this library :-/

Expected behaviour

to be able to generate static versions of all pages on the site

Reproduction

No response

Additional context

No response

Logs

No response