Error in Next.js 14 with parallel routes: “TypeError: Cannot read properties of undefined (reading ‘clientModules’)”
I’m working on a project using Next.js 14.2.3 (App Router) and I’m trying to implement a modal that opens when navigating to a nested route like /article/[id]/test. The idea is that the modal opens over the content from the route /article/[id].