Nuxt.js: custom-routes example - links in error.vue page

Created on 1 Jan 2017  路  3Comments  路  Source: nuxt/nuxt.js

If you type a url (ex. http://localhost:3000/users/3bogus) that causes the optional validate to return _false_, it shows the 404 error page as expected.
However, nuxt-links in error page is currently throwing exceptions (see console log).

For simple dynamic pages, it transitions despite Vue warn messages in console.
For dynamic pages with objects, transition does not happen, as you get undefined property errors.

This bug report is available on Nuxt.js community (#c76)
bug-confirmed

Most helpful comment

This should be fixed in the next release, we are aware about it :)

All 3 comments

This should be fixed in the next release, we are aware about it :)

It's now fixed in the latest release 0.9.7

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

bimohxh picture bimohxh  路  3Comments

danieloprado picture danieloprado  路  3Comments

msudgh picture msudgh  路  3Comments

uptownhr picture uptownhr  路  3Comments