Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuxt generate issues #447

Open
agotfredsen82 opened this issue Dec 26, 2023 · 0 comments
Open

Nuxt generate issues #447

agotfredsen82 opened this issue Dec 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@agotfredsen82
Copy link

Environment

  • Operating System: Darwin
  • Node Version: v20.5.1
  • Nuxt Version: 3.8.2
  • CLI Version: 3.10.0
  • Nitro Version: 2.8.0
  • Package Manager: [email protected]
  • Builder: -
  • User Config: -
  • Runtime Modules: -
  • Build Modules: -

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

@agotfredsen82 agotfredsen82 added the bug Something isn't working label Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant