In your next.config.js
rewrites
, redirects
, or headers
were defined while next export
was being run outside of a platform that supports them.
These configs do not apply when exporting your Next.js application manually.
Disable the rewrites
, redirects
, and headers
from your next.config.js
when using next export
to deploy your application or deploy your application using a method that supports these configs.