Next.js Discord

Discord Forum

Error: Cannot read properties of undefined (reading 'status')

Answered
Anay-208 posted this in #help-forum
Open in Discord
Answered by Ray
https://nextjs.org/docs/pages/building-your-application/routing/api-routes
this link is for page router while you are using app router
View full answer

6 Replies

https://nextjs.org/docs/pages/building-your-application/routing/api-routes
this link is for page router while you are using app router
Answer
for app router, do return NextResponse.json({ message: 'hello from nextjs' }) instead
i know this is solved, but i am assuming that you have changed page.tsx to route.ts to use route handlers (+ the other fixes Ray suggested)
just checking as others may not realise :)))