gothinkster / react-redux-realworld-example-app

Exemplary real world application built with React + Redux
https://react-redux.realworld.io
MIT License
5.55k stars 2.5k forks source link

Problem running on local host #134

Open shrhawk-entertainer opened 5 years ago

shrhawk-entertainer commented 5 years ago

When i run the app with localhost with API_ROOT http://localhost:8084/api it start throwing me Unhandled Rejection (TypeError): Cannot read property 'body' of undefined

However tried to investigate the issue and after that allow cors on all regions (server side) but still the same problem.Attaching the screenshots if someone can guide me

Screen Shot 2019-03-31 at 16 32 44 Screen Shot 2019-03-31 at 16 32 52

running fine directly from api address and also from ajax request from console

Screen Shot 2019-03-31 at 16 33 27