-
-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next export is broken with v6.0.0 #780
Comments
Next export is not something this package can easily support. If you want fully static websites, you're better off rolling dynamic directories on your own. If you'd like to investigate and contribute though, you are more than welcome! |
Thank you for the quick response @isaachinman ! |
No problem. Bit more context: We managed to make it work (result was client side only app) in the past, but even that was not a very good idea – you may as well use CRA with I'll remove that line from the docs. |
Ha @clement-faure great minds think alike. @isaachinman You might want to take a look at this issue I've just opened vercel/next.js#15674
|
@eric-burel I thought that Tim was quite clear about the incompatibility? |
Do you have more reference o nthis ? Those feature are incompatible, but no need to drop the support of next export altogether, getServerSideProps can just be ignored during Supporting both is really a great value to us, and that for non trivial applications. |
Fairly soon, |
Technically if it works for next static build on your side, it should work with |
I don't foresee either of those things happening. But again, happy to reopen if someone else wants to lead the implementation. |
Can you explain what CRA in |
Basically he's saying just use create-react-app with any i18n package |
Describe the bug
Trying to next export the application using latest version of next-i18next (v6.0.0)
Occurs in next-i18next version
"next-i18next": "^6.0.0"
Steps to reproduce
clement-faure/next-antd-graphql-starter@c2b8f0b
Git clone next-antd-graphql-starter and run next export
Screenshots
OS
The text was updated successfully, but these errors were encountered: