Skip to content

Instantly share code, notes, and snippets.

@wboykinm
Created September 4, 2013 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wboykinm/6443226 to your computer and use it in GitHub Desktop.
Save wboykinm/6443226 to your computer and use it in GitHub Desktop.
Shareabouts Error

All's well with my demo app page setup, but I'm having API connection issues. Specifically, I get a 503 on page load, then the inevitable 404 when I try to submit a point:

Failed to load resource: the server responded with a status of 503 (Service Unavailable) http://cvrpctest4.herokuapp.com/api/activity/?limit=20 POST http://cvrpctest4.herokuapp.com/api/places/ 404 (Not Found) jquery.min.js:4 oh no errors!! d {collection: d, attributes: Object, _escapedAttributes: Object, cid: "c4", changed: Object…}

Object {readyState: 4, setRequestHeader: function, getAllResponseHeaders: function, getResponseHeader: function, overrideMimeType: function…}

Is there another API configuration step I'm missing here? I followed the Heroku deployment docs to the letter . . .

http://cvrpctest4.herokuapp.com/

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment