Next.js Discord

Discord Forum

Can anyone help why it didnt receive the req json

Unanswered
Rex posted this in #help-forum
Open in Discord
Original message was deleted.

2 Replies

Giant panda
First of all you are not sending an application/json as the Content-Type. Second of all GET requests are not supposed to have request bodies and it's likely they are discarded and thus Request.json fails.
Rex
Okay thanks. I got it