79095975

Date: 2024-10-16 22:18:52
Score: 1
Natty:
Report link

Fix 1:

onClick={() =>
 router.push({
  pathname: `/productDetails/${id}`,
 })
}

Fix 2: Please check your folder structure, it must be like this.

src/
 app/
  productDetails/
   [pid].tsx

Note: The above structure is for Nextjs 14 app router with src folder.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Priyal Raj