× ReferenceError: fetch is not defined getServerSideProps ./pages/index.tsx:171 code example
Example 1: ReferenceError: fetch is not defined
const fetch = require("node-fetch");
Example 2: ReferenceError: fetch is not defined
npm i node-fetch --save