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
Mike
Mike3w ago
Could you take a screenshot of your file explorer sidebar in vscode? Ooh, is your file called [slug].tsx ? Try renaming it to page.tsx and put it in a folder called [slug]
utdev
utdevOP3w ago
Had to delete the .next folder
Mike
Mike3w ago
ah gotcha 👍

Did you find this page helpful?