Javascript – Next JS Unhandled Runtime Error Error: Cannot read properties of undefined (reading 'status')
While making a portfolio website with Next.js, this is some sort of error that I'm getting. I am using the latest version of Next.js which is next 13.4.16 and I am using app router in my project. this code is…