Im not getting my data (notes) inside the props, it is giving undefined when im using console.log(notes). My backend api is also in the same project in /pages/api/notes/index.js The api which im calling is ‘http://localhost:3000/api/notes’ Even my api is working fine when im testing it on postman. But on the frontend, data isnt available Please checkout this issue. Answer I