Hello People, I am following developers documentation to create CRUD extension.
My POST request is working fine and GET request is working fine when I try to fetch a single record. But if I am trying to fetch all records and display them on my webpage, I am getting errors. The request is working fine on Postman and I can see the response on Network Tab in developers console. But I can't seem to render it on my webpage. Can someone please point me to the right direction.
Here's my repository :
https://github.com/ajakwani/test-crud-extension