Replies: 2 comments 3 replies
This comment was marked as low quality.
This comment was marked as low quality.
-
|
This has all the pointers or unauthentic user behavior. The question refers to version 14 of Next.js, which is now End-of-life - no longer supported and IIRC, has a minor vulnerability for which the recommendation is to patch to 15 - not backported to 14, because once again, it is End-of-life. The claimed steps tried by the OP are echo'ed in the answer.
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Summary
We’re facing a critical issue with our Next.js project deployed on Vercel. Build times are extremely slow (10+ minutes) even with incremental builds enabled.
Still, deployments are slow.
Expected Behavior:
Build should complete within a few minutes.
Actual Behavior:
Build takes 10+ minutes, blocking CI/CD.
Community Question:
Should we restructure into multiple apps or optimize Next.js builds differently?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions