Static GitHub Issues

[3210] Weird transition between page and layouts/error.vue

prev: linkActiveClass doesn't work with Non-ASCII URL
next: support nuxt organization by filename rather than directory name

Version

v1.4.0

Reproduction link

https://beta.twigi-bi.io

Steps to reproduce

Click on the CDN tab (a page I have yet to add content for)

What is expected ?

The layouts/error.vue page should appear after the old page disappears

What is actually happening?

The layouts/error.vue page renders side by side with the previous page until the previous page transitions out

Additional comments?

It looks like its running the transition in mode in-out, or maybe because its bringing up a new layout it doesn't respect the transition from a page.

It only occurs when going to a 404, not away from it.

If you click on documentation, or the logo you will find content (minimal content...). Anything under documentation (in the dropdown menu) and cdn leads to a 404.

I can upload my source code if I need to.

<!--cmty--><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/c6875">#c6875</a>)</em></sub></div>