Closed rafaeltikva closed 8 years ago
Can you please share your full solution so I can try to reproduce this?
Sure. I created a repository with the bug i'm facing.
https://github.com/rafaeltikva/pluralsight-redux-starter
Let me know if you need any additional info.
I just gave it a look and don't see anything obvious wrong. However, there's a number of extra files with -compiled at the end making it hard to debug.
My suggestion:
Closing since I haven't heard back - @rafaeltikva, please comment if your issue persists.
Node version: 5.5.0
npm version: 3.8.9
Operating system: OSX El Capitan, 10.11.2
Command line used: npm start -s
Steps to reproduce:
I'm stuck at this point: https://app.pluralsight.com/player?course=react-redux-react-router-es6&author=cory-house&name=react-redux-react-router-es6-m10&clip=11
For some reason the API call to the mockApi's saveCourse doesn't resolve successfully (it get's rejected and catched with the error mentioned in the subject)
Here's my saveCourse thunk:
The save itself obviously fails as well. The weird thing is that according to the logs i added, it gets to "returned course", but never reaches "course dispatched"... so it appears the dispatch itself fails...
any ideas?