Errors with Dynamic Routing in Next.js. trying to fetch and display individual details based on slug
I’m new to Next.js and server-side rendering, and I’m trying to get the individual slug for each job that I have posted. I am using the app router
and have set up the following page: src/app/Job/[slug]page.js