79569489

Date: 2025-04-11 18:21:14
Score: 2.5
Natty:
Report link

The problem is that you're double-encoding the product title. You're encoding it when creating the URL with encodeURIComponent and the router is likely encoding it again. You need to stop encoding the title when building the route.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MudassirCodes