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
Was previously failing as follows because an array
has no "callbacks" property.
oauth2-server/lib/oauth2server.js:217
app.routes[method].callbacks.forEach(lockdownExpress3);
^
TypeError: Cannot call method 'forEach' of undefined
at OAuth2Server.lockdown (oauth2-server/lib/oauth2server.js:217:36)
0 commit comments