https://github.com/nuxt/nuxt.js/issues/3957#issuecomment-424345190
See this issue.
No errors
Errors
Can be prevented by disabling seo (seo: false)
This is not a bug with nuxt-i18n but with vue-meta. I'll let this open for visibility.
Downgrading to 1.5.3 should fix the problem as well.
It seems that downgrading to vue-meta 1.5.3 fixes it for the moment
After downgrading to vue-meta 1.5.3 i got this error with nuxt 2
✖ error TypeError: Cannot read property 'text' of undefined
at Renderer.renderRoute (/myporject/node_modules/nuxt/dist/nuxt.js:2006:15)
Resolved with [email protected]
This bug-report has been fixed by @manniL, @Atinux.
Most helpful comment
This is not a bug with
nuxt-i18nbut withvue-meta. I'll let this open for visibility.Downgrading to
1.5.3should fix the problem as well.