Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom 404 page is not being displayed (default one shows up) #15499

Closed
pzpsofficial opened this issue Nov 16, 2022 · 2 comments · Fixed by nuxt/framework#9155
Closed

Custom 404 page is not being displayed (default one shows up) #15499

pzpsofficial opened this issue Nov 16, 2022 · 2 comments · Fixed by nuxt/framework#9155

Comments

@pzpsofficial
Copy link

Environment

  • Operating System: Darwin
  • Node Version: v14.18.3
  • Nuxt Version: 3.0.0
  • Nitro Version: 1.0.0
  • Package Manager: npm@9.1.1
  • Builder: vite
  • User Config: vite, modules, runtimeConfig, build, app
  • Runtime Modules: nuxt-graphql-client@0.2.11
  • Build Modules: -

Reproduction

Provided information should be enough.

Describe the bug

I have created custom 404.vue page under /pages directory (as stated in docs: https://nuxt.com/docs/guide/directory-structure/pages#catch-all-route), and when I navigate to some route that does not exists, I am not getting my custom page, but the default one from Nuxt.

Additional context

No response

Logs

No response

@gacek1123
Copy link

404.vue support has been removed in nuxt/framework#8809

@pzpsofficial
Copy link
Author

@gacek1123 I guess the docs needs to be updated, maybe I should create a PR for that? Thanks for help anyway! It works perfectly fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants