error - TypeError: fetch failed in next.js

preview_player
Показать описание
This error occurs because you are using node version 18 or above where fetch is given by node. So you have to use a node below 18 to make fetch work inside getServerSideProps. You can use nvm to control the node version you want to use.

StackOverflow Link
Рекомендации по теме