Replies: 1 comment
-
Did you get any solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use
and
and get
Error: Unknown authentication strategy "twitter"
at attempt (D:\myprojects\twitter-authentication\server\node_modules\passport\lib\middleware\authenticate.js:186:37)
at authenticate (D:\myprojects\twitter-authentication\server\node_modules\passport\lib\middleware\authenticate.js:362:7)
at Layer.handle [as handle_request] (D:\myprojects\twitter-authentication\server\node_modules\express\lib\router\layer.js:95:5)
at next (D:\myprojects\twitter-authentication\server\node_modules\express\lib\router\route.js:137:13)
at Route.dispatch (D:\myprojects\twitter-authentication\server\node_modules\express\lib\router\route.js:112:3)
at Layer.handle [as handle_request] (D:\myprojects\twitter-authentication\server\node_modules\express\lib\router\layer.js:95:5)
at D:\myprojects\twitter-authentication\server\node_modules\express\lib\router\index.js:281:22
at Function.process_params (D:\myprojects\twitter-authentication\server\node_modules\express\lib\router\index.js:335:12)
at next (D:\myprojects\twitter-authentication\server\node_modules\express\lib\router\index.js:275:10)
at Function.handle (D:\myprojects\twitter-authentication\server\node_modules\express\lib\router\index.js:174:3)
It was working, but now i get this error, anybdy has an idea? Thank you
Beta Was this translation helpful? Give feedback.
All reactions