Error: Step rememberTokenSecret of `twitter` is promising: requestTokenSecret ; however, the step returns nothing.
Closed this issue · 2 comments
danielmahon commented
Getting this error on production deployment, not locally. Ive changed the urls and tried removing app.router... nothing. Please help.
moduleErrback log>throw [Error: Step rememberTokenSecret of `twitter` is promising: requestTokenSecret ; however, the step returns nothing. Fix
the step by returning the expected values OR by returning a Promise that promises said values.]
danielmahon commented
Just realized the facebook login isnt working either, takes me to a facebook error page. Not sure what is going wrong here, worked fine over localhost. The public domain is in the pattern http://api.domain.com, would that be a problem. Everything is over port 80.
danielmahon commented
was a problem with improper authentication on my mongo db, wasnt getting other errors so took me hours to track down... :(