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
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
When trying to run "next export" in package.json in order to export the app to static HTML, an error is thrown:
"Error: i18n support is not compatible with next export. See here for more info on deploying: https://nextjs.org/docs/deployment"
When trying to run "next export" in package.json in order to export the app to static HTML, an error is thrown:
"Error: i18n support is not compatible with next export. See here for more info on deploying: https://nextjs.org/docs/deployment"
Inside package.json:
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
Steps to recreate:
The text was updated successfully, but these errors were encountered: