Back to Next Js

Export Internationalization (i18n)

errors/export-no-i18n.mdx

16.2.5622 B
Original Source

Why This Error Occurred

In your next.config.js you defined i18n, along with output: 'export' (or you ran next export).

Possible Ways to Fix It

  • Remove i18n from your next.config.js to disable Internationalization or
  • Remove output: 'export' (or next export) in favor of next start to run a production server