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
Strategy calls error here (passport-oauth2/lib/strategy.js:175). Error function (passport/lib/middleware/authenticate.js:361) expects there to be a next variable in scope. There is no next variable in scope.
{
"errorType": "TypeError",
"errorMessage": "next is not a function",
"stack": [
"TypeError: next is not a function",
" at OAuth2Strategy.strategy.error (/var/task/node_modules/passport/lib/middleware/authenticate.js:361:9)",
" at /var/task/node_modules/passport-oauth2/lib/strategy.js:175:34",
" at /var/task/node_modules/oauth/lib/oauth2.js:191:18",
" at passBackControl (/var/task/node_modules/oauth/lib/oauth2.js:132:9)",
" at IncomingMessage. (/var/task/node_modules/oauth/lib/oauth2.js:157:7)",
" at IncomingMessage.emit (events.js:323:22)",
" at IncomingMessage.EventEmitter.emit (domain.js:482:12)",
" at IncomingMessage.wrapped (/var/task/node_modules/newrelic/lib/transaction/tracer/index.js:188:22)",
" at IncomingMessage.wrappedResponseEmit (/var/task/node_modules/newrelic/lib/instrumentation/core/http-outbound.js:218:24)",
" at endReadableNT (_stream_readable.js:1204:12)"
]
}
The text was updated successfully, but these errors were encountered:
Strategy calls error here (passport-oauth2/lib/strategy.js:175). Error function (passport/lib/middleware/authenticate.js:361) expects there to be a next variable in scope. There is no next variable in scope.
{
"errorType": "TypeError",
"errorMessage": "next is not a function",
"stack": [
"TypeError: next is not a function",
" at OAuth2Strategy.strategy.error (/var/task/node_modules/passport/lib/middleware/authenticate.js:361:9)",
" at /var/task/node_modules/passport-oauth2/lib/strategy.js:175:34",
" at /var/task/node_modules/oauth/lib/oauth2.js:191:18",
" at passBackControl (/var/task/node_modules/oauth/lib/oauth2.js:132:9)",
" at IncomingMessage. (/var/task/node_modules/oauth/lib/oauth2.js:157:7)",
" at IncomingMessage.emit (events.js:323:22)",
" at IncomingMessage.EventEmitter.emit (domain.js:482:12)",
" at IncomingMessage.wrapped (/var/task/node_modules/newrelic/lib/transaction/tracer/index.js:188:22)",
" at IncomingMessage.wrappedResponseEmit (/var/task/node_modules/newrelic/lib/instrumentation/core/http-outbound.js:218:24)",
" at endReadableNT (_stream_readable.js:1204:12)"
]
}
The text was updated successfully, but these errors were encountered: