Im working on a fullstack django and react application, which for now just fetches the data from the django api, also im able to fetch the detail page of the first item present on the react list page but cannot do the same for the second item. It shows following error when i try to fetch the second item from django (strange but it works fine with the first item of id = 1 and not for id = 2 or 3).
Also, I pushed my whole code on bitbucket. You can debug both frontend and backend here https://bitbucket.org/Yash-Marmat/react-django-blog/src/master/
thanks in advance.
