Relative Content

Tag Archive for next.jsnext.js13nextjs-dynamic-routing

Infinite loop problem while applying dynamic routing in next js

My project is in next 13 all things was going good until i used dynamic routing(slug) concept for slowing blog section when i am going to any route like localhost:3000/blogs/3
it is showing infinite loop problem(508 error) i have checked all files but didn’t get any clue related to it why it is showing while implementing dynamic routing.

How to create dynamic link for nextjs

I have an e-commerce website and I want to create a flexible line for the category section. When entering that category, it will only take products from that category.