Nextjs 15 404 page
What am I missing with the
[slug].tsx
here it returns a 404.
I have this route app/living/location/[slug]/page.tsx
but if I visit this route:
http://localhost:3000/living/location/test
It returns a 404 page why?3 Replies