Next.js - Error: only absolute urls are supported

后端 未结 6 1160
感动是毒
感动是毒 2020-12-29 10:05

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

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 10:11

    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.

提交回复
热议问题