No badges yet
No accepted solutions yet
Next API: Response or NextResponse?
Cool, now I see it. I had the same question about Requests as well. Does the same logic apply to `NextResponse` and `Response`? I realized I made a mistake earlier; I meant to ask...
Next API: Response or NextResponse?
First of all, this question arose from [this topic](https://community.vercel.com/t/nextresponse-throws-error-when-http-request-status-code-is-204/625), which I accidentally closed...
NextResponse throws error when http request status code is 204
Hey, thanks for the links, but I've already looked into them. * https://nextjs.org/docs/messages/invalid-api-status-body : This seems outdated or doesn’t apply to my scenario (I’m...
NextResponse throws error when http request status code is 204
Hi there, I am having trouble when returning 204 http status code from Next.js (latest today) from a api route (METHOD: DELETE) ### To Reproduce 1. Inside API route do a DELETE...