TypeError: Cannot read properties of undefined (reading 'status')
What am I doing wrong?
Nextjs:
Nodejs:
Nextjs:
^13.2.4Nodejs:
18.5.0
^13.2.418.5.0api/query/[userId] It is correct. It drives me crazy I wasted several hours on it. and still can't make a simple request!(req, res) and not ({req,res})({req})api/query/[userId]js
export const config = {
runtime: 'edge',
};(req, res)({req,res})({req})