Nx not working with the Next.js 15 anyone any idea about this #32245
umashankar-pardhi-amla
started this conversation in
General
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.
-
❗️Nx Not Working with Next.js 15 – Compatibility Issues
Hi team/community,
We’ve encountered an issue while attempting to use Next.js 15 with Nx (latest version as of now). After upgrading our Next.js application from v14 to v15 inside an Nx workspace, we're facing unexpected build and runtime issues. Some of the specific problems include:
nx build fails with internal errors
nx serve doesn’t correctly pick up Next.js 15 configurations or new features
Certain features like App Router or server components are not behaving as expected
We’ve verified that:
Nx is up to date
Next.js 15 works fine outside Nx (in a standalone project)
The issue arises specifically when the app is scaffolded/managed via Nx
❓What We’re Looking For:
Has anyone successfully run a Next.js 15 app within an Nx workspace?
Is Nx officially supporting Next.js 15 yet?
Are there any workarounds or configuration tweaks that help?
Would appreciate any insights, updates, or official roadmap details from the Nx team or fellow developers.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions