#How to match not found pages
7 messages · Page 1 of 1 (latest)
create an error.vue page in the root folder
that page will match any unfound page and custom errors that you throw
and you can customize the content of it based on your needs
@lucid cloud this still throws an error [nuxt] error caught during app initialization Error: Page not found: /foo
Isn't this correct?
try pages/[...slug].vue