Reactjs – req.body is undefined when fetching method delete in Next.js
I really don't know why, but when I try to fetch data and put it in the body of my response, it says undefined (in the console). I have almost 2 identical components. One uses a POST method and returns…