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.