Static GitHub Issues

[2500] Bug while back from error page.

prev: error() not handled on server side in event
next: Vuex store defaulting to Modules mode?

Hello, I have two layouts in my project default.vue and error.vue. If i go to 404 page, and back to a previous page (using router.go(-1) or browser's button), layout do not change on default from error.

Roadmap:

  1. I enter in home page (width of body is 100%)
  2. I go to 404 page (width of body is 100vw)
  3. I back to home page (width of body is 100vw)
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2173">#c2173</a>)</em></sub></div>