expressJS + 2 NextJS
Unanswered
North Pacific hake posted this in #help-forum
North Pacific hakeOP
I am having an issue where my nextJS application is not using the correct node_module folder when I have 2 NextJS inside my expressJS file.
wondering if anyone can help with this please.
basiclly the Podcasts next is working it's the syndicationsite next that is saying it's node_modules are not in the right folder.
wondering if anyone can help with this please.
basiclly the Podcasts next is working it's the syndicationsite next that is saying it's node_modules are not in the right folder.
Error building the Next.js apps: Error: Could not find a production build in the '/Users/russellharrower/Node_Projects/TOO_Feed/syndicationsite/.next_syndicationsite' directory. Try building your app with 'next build' before starting the production server. https://nextjs.org/docs/messages/production-start-no-build-id
at NextNodeServer.getBuildId (/Users/russellharrower/Node_Projects/TOO_Feed/node_modules/next/dist/server/next-server.js:349:23)
at new Server (/Users/russellharrower/Node_Projects/TOO_Feed/node_modules/next/dist/server/base-server.js:152:29)
at new NextNodeServer (/Users/russellharrower/Node_Projects/TOO_Feed/node_modules/next/dist/server/next-server.js:173:9)
at NextServer.createServer (/Users/russellharrower/Node_Projects/TOO_Feed/node_modules/next/dist/server/next.js:179:24)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async /Users/russellharrower/Node_Projects/TOO_Feed/node_modules/next/dist/server/next.js:200:31
at async NextServer.prepare (/Users/russellharrower/Node_Projects/TOO_Feed/node_modules/next/dist/server/next.js:161:24)
at async Promise.all (index 1)