catscradleio / catscradle.io

Play cat's cradle online
7 stars 2 forks source link

Friends and likes redo #42

Closed demetrios711 closed 5 years ago

demetrios711 commented 5 years ago

My bad, should be able to see the changes now.

ndo277 commented 5 years ago

cradle_actions.js: fetchCradles and fetchUserCradles work, but fetchCradle and storeCradle don't seem to work anymore.

fetchCradle returns 'noIdFound: 'No cradle found with that ID'' 404 error when passed in legitimate creator id's

storeCradle should return a next state where the correct cradle is received in state by receiveCradle

Any ideas on what could be the issue?