POST request using fetch in Next.Js

Okay so I got it working finally. I had to add this to the headers:

“Content-Type”: “application/json; charset=utf8”

Thank you for your help Santhosh :slight_smile:

2 Likes