Error: Step rememberTokenSecret of `linkedin` is promising: requestTokenSecret
I am not at all sure what's causing this issue. It works for me, and for others it fails, making it pretty impossible to debug since it's on a per-user basis. Any help with this would be awesome.
error: drone:stderr:Error: Step rememberTokenSecret of `linkedin` 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.
at Object.exec (/usr/local/src/joshsmith/coderly/coderly/node_modules/everyauth/lib/step.js:69:11)
at /usr/local/src/joshsmith/coderly/coderly/node_modules/everyauth/lib/stepSequence.js:19:38
at [object Object].callback (/usr/local/src/joshsmith/coderly/coderly/node_modules/everyauth/lib/promise.js:13:12)
at RouteTriggeredSequence._bind (/usr/local/src/joshsmith/coderly/coderly/node_modules/everyauth/lib/stepSequence.js:18:20)
at RouteTriggeredSequence.start (/usr/local/src/joshsmith/coderly/coderly/node_modules/everyauth/lib/stepSequence.js:45:33)
at RouteTriggeredSequence.routeHandler (/usr/local/src/joshsmith/coderly/coderly/node_modules/everyauth/lib/routeTriggeredSequence.js:16:13)
at Object.<anonymous> (native)
at nextMiddleware (/usr/local/src/joshsmith/coderly/coderly/node_modules/connect/lib/middleware/router.js:175:25)
at param (/usr/local/src/joshsmith/coderly/coderly/node_modules/connect/lib/middleware/router.js:183:16)
at pass (/usr/local/src/joshsmith/coderly/coderly/node_modules/connect/lib/middleware/router.js:191:10)
This issue might have disappeared entirely, though it's completely unclear as to why. I changed literally nothing in my client code. I updated to 2.2.9, so maybe that has something to do with it, although I'm pretty sure the error was happening even under that version.
This error is occurring yet again and is absolutely killing me.
I'm getting the same with Twitter running on Heroku with session stored in Redis. Stack: https://gist.github.com/1774295
I'm getting the same. With twitter running a session stored with redis. Any ideas?
Getting this too, intermittently, with Dropbox.
Solved this, see comment @ https://github.com/bnoguchi/mongoose-auth/issues/75#issuecomment-9548284
I'm getting this issue with 'twitter' do you know if this was an everyauth error, and was it fixed as your last comment was a year ago?
thanks