How to get body of NextRequest
Unanswered
Saltwater Crocodile posted this in #help-forum
Saltwater CrocodileOP
export async function GET(request: NextRequest) {
// How do i get the body fields named "email" and "password"?
}5 Replies
Saltwater CrocodileOP
i have no idea how to do this
i mean
theres request.body
but how do i get it from that?