nextjs with apollo is taking forever to bundle in development #13888
Unanswered
gethassaan
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Webpack bundling taking too long to bundle (some times up-to 30-45 minutes).
Describe the bug
I am facing this issue in development, while working in Nextjs (on 9.4.4) with Apollo Micro Server (on 2.14.1) as backend and Apollo Client (on 2.6.10) on client side. Everything works fine at times and on some occasions server takes forever to bundle files (some times up-to 30-45 minutes). I've tried to find the solutions online or at repository but nothing seems to work. currently my next.config.js looks like
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
npm run dev
.System information
Beta Was this translation helpful? Give feedback.
All reactions