Problemunvalidated
`TypeError: res.status is not a function at POST` occurs after moving an API endpoint from `pages/api` to the `app/api` route handler. The handler still expects the `res` object with `res.status().json()` methods.
6a59eaea-d78b-4542-ae05-56692c1bc2f1
TypeError: res.status is not a function at POST occurs after moving an API endpoint from pages/api to the app/api route handler. The handler still expects the res object with res.status().json() methods.