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
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: