Next.js Discord

Discord Forum

Unable to export my Next.Js application

Unanswered
Valentine ant posted this in #help-forum
Open in Discord
Valentine antOP
I'm using this command to deploy my "NextJs" app:
npm run build && npx next export

My build is successful and next export is failed and returning this message:
next export has been removed in favor of 'output: export' in next.config.js. Learn more: https://nextjs.org/docs/app/building-your-application/deploying/static-exports

I have read the above article too. It saying me to add output: export in the next.config.js file.
There is already that line added in my next config file.

Also I tried to export it in cloudflare that to not exporting.

Please help me to over come this issue.
#discussions #help-forum #static-export #cloud-flare

3 Replies