Static GitHub Issues

[1573] Dynamic nested path

prev: different page behavior in developer mode and production mode
next: endless loading no working

How to be in this situation? image

Conditions: 1. params _lang and _alias dynamic 2. link pages/_alias.vue to pages/_lang/_alias.vue...

~My solutions (did not work):~ ~1. redirect to next route... beforeEnter (to, from, next) => {}~ ~2. merge files: pages/_lang/index.vue and pages/_lang/_alias.vue~ ~3. set page validate params (only render page 404, no reroute)~ ~4. no priority at route (no function)~ ~....~

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