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>