I\'m using express as my custom server for next.js. Everything is fine, when I click the products to the list of products
Step 1: I click the produc
It looks like there's something wrong with the URL in the fetch method. For me, it solved by changing url in the fetch method. Pay attention to the correctness of the URL address.