You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When accessing the nested route URL /blog/nested-route, a 404 error is displayed. The expected behavior is to show all blog posts associated with this nested route, similar to the /blog route.
Expected behavior
The page should list all blog posts located under the /blog/nested-route directory, similar to how the /blog page displays all posts.
Ex: Results should be shown similar to visiting /blog page : https://tailwind-nextjs-starter-blog.vercel.app/blog
Actual Behavior
404 error page is shown.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When accessing the nested route URL /blog/nested-route, a 404 error is displayed. The expected behavior is to show all blog posts associated with this nested route, similar to the /blog route.
To Reproduce
Expected behavior
The page should list all blog posts located under the /blog/nested-route directory, similar to how the /blog page displays all posts.
Ex: Results should be shown similar to visiting /blog page : https://tailwind-nextjs-starter-blog.vercel.app/blog
Actual Behavior
404 error page is shown.
Screenshots
The text was updated successfully, but these errors were encountered: