bananaoomarang / isomorphic-redux

Isomorphic Redux demo, with routing and async actions
https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4
MIT License
455 stars 87 forks source link

"Cannot POST /redux-tutorial-backend?webtask_no_cache=1↵" #13

Closed AlexHandy1 closed 9 years ago

AlexHandy1 commented 9 years ago

Getting above error "Cannot POST /redux-tutorial-backend?webtask_no_cache=1↵" when try to add actions from after cloning and npm installing. What is best approach to replace the below external database link? Also, how does this relate to your MongoDB set-up?

const API_URL = 'https://webtask.it.auth0.com/api/run/wt-milomord-gmail_com-0/redux-tutorial-backend?webtask_no_cache=1';
bananaoomarang commented 9 years ago

From what I can see Webtasks had some issues today. I think this should be fixed now/soon, and everything will be back to normal.

Re how, It's using a webtask to interface with an external Mongo instance at mongolabs. Neat trick to avoid deploying another server just for fun.