I18n-module: Seo meta data broken

Created on 25 Sep 2018  Â·  5Comments  Â·  Source: nuxt-community/i18n-module

Version

v5.3.0

Reproduction link

https://github.com/nuxt/nuxt.js/issues/3957#issuecomment-424345190

Steps to reproduce

See this issue.

What is expected ?

No errors

What is actually happening?

Errors

Additional comments?

Can be prevented by disabling seo (seo: false)

This bug report is available on Nuxt community (#c134)

Most helpful comment

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.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings