-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
What is the reason why I get a prerender error with the generate command when using the i18n package in Nuxt3? #2396
Comments
Thank you for your reporting! We need your minimal reproduction.
Could you give us your minimal reproduction please? |
How can i give you minimal reproduction? |
Fork this: https://stackblitz.com/github/nuxt/starter/tree/v3 |
@Fiyuva share there when you have it. Nobody see link from there. This will help diagnose or implement fix if needed |
Would you be able to provide a reproduction? 🙏 More infoWhy do I need to provide a reproduction?Reproductions make it possible for us to triage and fix issues quickly with a relatively small team. It helps us discover the source of the problem, and also can reveal assumptions you or we might be making. What will happen?If you've provided a reproduction, we'll remove the label and try to reproduce the issue. If we can, we'll mark it as a bug and prioritise it based on its severity and how many people we think it might affect. If How can I create a reproduction?We have a couple of templates for starting with a minimal reproduction: 👉 Reproduction starter (v8 and higher) A public GitHub repository is also perfect. 👌 Please ensure that the reproduction is as minimal as possible. See more details in our guide. You might also find these other articles interesting and/or helpful: |
close in-activity thanks! |
There was a problem with my computer. I will share it in 3 days. |
Environment
Reproduction
When I use the Nuxt3 npm run generate command with the i18n package, I receive the following errors, but when I do not use the package, I do not receive the errors. How can I solve this error?
package.json: "@nuxtjs/i18n": "^8.0.0-rc.4",
`modules: [ "@nuxtjs/i18n", ],
i18n: { lazy: true, langDir: "locales", strategy: "prefix_and_default", locales: [ { code: "en", iso: "en-US", name: "English", file: "en.json" }, { code: "tr", iso: "tr-TR", name: "Türkçe", file: "tr.json" }, ], defaultLocale: "tr", }
You can see the errors in the link below
https://stackoverflow.com/questions/77076951/what-is-the-reason-why-i-get-a-prerender-error-with-the-generate-command-when-us
Describe the bug
When I use the Nuxt3 npm run generate command with the i18n package, I receive the following errors, but when I do not use the package, I do not receive the errors. How can I solve this error?
package.json: "@nuxtjs/i18n": "^8.0.0-rc.4",
`modules: [ "@nuxtjs/i18n", ],
i18n: { lazy: true, langDir: "locales", strategy: "prefix_and_default", locales: [ { code: "en", iso: "en-US", name: "English", file: "en.json" }, { code: "tr", iso: "tr-TR", name: "Türkçe", file: "tr.json" }, ], defaultLocale: "tr", }
You can see the errors in the link below
https://stackoverflow.com/questions/77076951/what-is-the-reason-why-i-get-a-prerender-error-with-the-generate-command-when-us
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: