Next.js Discord

Discord Forum

Can I have 404 page under custom url?

Unanswered
Barbary Lion posted this in #help-forum
Open in Discord
Barbary LionOP
Hello, Im having issue with 404 page. On my page under url: intercars.com.pl I am using OSANO for cookies, but when I redirect to 404 page using notFound() it is not being initialized on notFound page.
Thats why I created custom route called 404 and there I return 404 component, but it returns status 200.
https://intercars.com.pl/pl/marine/404
I am using route groups:
https://nextjs.org/docs/app/building-your-application/routing/route-groups
Can I somehow hardcode return status of page?
Something like:
if page "/pl/marine/404" return status 404 ?

1 Reply

Barbary LionOP
Bump here!