This one has me stumped. Local auth works fine on my mac, but on Heroku the request times out after I submit the login form (at the `/auth/local` endpoint).
I went into `helpers/passport/actions.js` and smacked a `console.log()` in the first line of `this.local()`, but got no output in my logs.
The /auth/local endpoint doesn't appear in my logs anywhere either.
Interestingly, just visiting the /auth/local endpoint (via GET) gives me the "consider using POST" instead error message, so it isn't totally hopelessly broken.
I'm not sure how Geddy handles requests -- I want to just smack debug statements down the entire chain until I figure out where things are going wrong. Some help identifying this chain would be great!
Thanks