You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: