SSR render error with vue-i18n-next #875
Unanswered
KawaiiZapic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using SSR and the vue-i18n causing an error when running the render server.
But it's all OK when running in the browser.
After reading the source code, I find that the vue-i18n cannot get the vue instance.
According to the backtrace, I modify the source code to provide more debug information:
in
@vue/runtime-core/runtime-core.cjs.js:6649
:in
vue-i18n/vue-i18n.cjs.js:1348
:So I got this output:
System Info:
Beta Was this translation helpful? Give feedback.
All reactions