Standalone Next.js 13.3.2 error
Hi, since the 13.3.2 update of Next.js, I have the following error :
2 Replies
I'm using Docker so I need to have the following next.config.js :
I'm doing the following steps:
npm run build
and
node .next/standalone/apps/website/server.js
NOTE: With Next.js 13.3.1, it's working
EDIT:
In Next.js 13.3.2, it seems to work without output: "standalone"
I disabled appDir
and it's working again, I'll report to Vercel.fixed in https://github.com/notifications
GitHub
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 330 million projects.