Dynamic URL from API in Next.js
Using Next.js (app router). Called the api (edamam api) , which is rendering the list of items.However inorder to access the item details when I click on the link ‘view details’, gives 404 page not found.
Used [slug] and have the directory as app > recipes> recipecard.