cjmling / findings

Notes on stuff i finds worth keeping for quick reference later on.
2 stars 0 forks source link

NextResponse return 404 #337

Open cjmling opened 1 year ago

cjmling commented 1 year ago
return NextResponse.json({ message: "Patch Route Not Found" }, { status: 404 });

nextjs nextresponse response 404 error