Static GitHub Issues

[2289] Error: Cannot read property 'serverRendered' of undefined Show all frames

prev: (question) Are there plans for a centralized logging facility?
next: NUXT redirect before html rendering

I was following the guide of vue-router: https://router.vuejs.org/en/advanced/navigation-guards.html When I do next('/') in one component:

beforeRouteEnter (to, from, next) {
  next('/')
},

Server shows:

Error: Cannot read property 'serverRendered' of undefined Show all frames

But works well on browser rendering.

Did I miss anything?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2003">#c2003</a>)</em></sub></div>