You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your `next.config.js``rewrites`, `redirects`, or `headers` were defined while `next export` was being run outside of a platform that supports them.
6
+
7
+
These configs do not apply when exporting your Next.js application manually.
8
+
9
+
#### Possible Ways to Fix It
10
+
11
+
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](https://nextjs.org/docs/deployment#vercel-recommended) that supports these configs.
0 commit comments