You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I get the error message when you try to start the app?
I'm guess it's something about it can't find the modules for facebook and yammer. If so, remove the ones you don't want from the variable SUPPORTED_SERVICES in app/helpers/passport/actions.js.
[Thu, 09 May 2013 07:27:54 GMT] INFO Creating 1 worker process.
/Users/oscar/Dropbox/projects/piggybank/node_modules/passport-facebook/node_modules/passport-oauth/lib/passport-oauth/strategies/oauth2.js:66
if (!options.clientID) throw new Error('OAuth2Strategy requires a clientID o
^
Error: OAuth2Strategy requires a clientID option
at Strategy.OAuth2Strategy (/Users/oscar/Dropbox/projects/piggybank/node_modules/passport-facebook/node_modules/passport-oauth/lib/passport-oauth/strategies/oauth2.js:66:32)
at new Strategy (/Users/oscar/Dropbox/projects/piggybank/node_modules/passport-facebook/lib/passport-facebook/strategy.js:49:18)
at self (/Users/oscar/Dropbox/projects/piggybank/app/helpers/passport/actions.js:24:16)
at Array.forEach (native)
at Object.<anonymous> (/Users/oscar/Dropbox/projects/piggybank/app/helpers/passport/actions.js:15:20)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
[Thu, 09 May 2013 07:27:54 GMT] ERROR Worker 10369 died.
But yeah, removing them from that array fixed it! Maybe guard against it?
If I only use Twitter, for example, and delete the facebook or yammer block the app fails to even start.
The text was updated successfully, but these errors were encountered: