Next.js 13 Crash Course Tutorial #9 - Custom 404 Page

preview_player
Показать описание

➡️ Use promo code NEXTNINJA50 for 50% off!

📂🥷🏼 Access the course files on GitHub:

📂🥷🏼 CSS File from course files:

💻🥷🏼 React Tutorial:

Рекомендации по теме
Комментарии
Автор

For anyone dealing with the issue of your tickets "not-found" page not overriding the main one, make sure you set dynamicParams = true and import { notFound } from next/navigation.

Djinn
Автор

3:23 if your second "not-found" page is not overwriting the default one:

1. In the tickets folder create another folder named "[...not-found]".
2 In the "[...not-found]" folder, put the new "not-found.jsx" file and rename it to "page.jsx"

mr_funtor
Автор

Thanks for this, how about if I have a totally different layout for my 404 page how can I separate it from the root layout?
I don't want to render the components from my root layout to the 404 layout.

statusTwoHundred
Автор

But in my case, when I make file not-found.ts in app folder, if I open non-existent page I get endless redirect. Can you tell me how can I fix it?

megabulk
Автор

just set the dynamicParams=true in the [id] page if your tickets notfound isn't overriding

sarthak.
Автор

Amazing series. Exactly what I was looking for. But the code in the lesson isn't working. Typing a random link is only showing a completely blank page. Is anyone else facing this too? Any ideas on how it may be fixed?

SAnwarAhmed
Автор

One question, I guess it is not possible to have an static 404 page when dealing with standalone NextJS apps, right?

I find it a bit disheartening that it goes back to my NextJS app just to show a 404 page. But I guess there is not much that I can do.

kasirbarati
Автор

how do i redirect the not-found page to the home page in next config?

israelaregbesola
Автор

Thanks man. How are you getting tailwind intellisense?

syedhaider
Автор

I'm here to comment and be the first one to do so
I'm not learning Next.js but learning something else on your channel

novacoax
Автор

3:23 hey shaun, my not-found page won't override the app/not-found page is there a solution to this?

crusherlk
Автор

Hi shaun, does your course have English subtitles?

rajahutan
Автор

How many Is this series I can wait to watch it all at once

AlameenAdeyemi