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
i try to create custom Strategy, but have an error:
TypeError: Classextends value undefined is not a constructor or null
at PassportStrategy (/api/node_modules/@nestjs/passport/dist/passport/passport.strategy.js:6:33)
at Object.<anonymous> (/api/dist/main.js:3611:87)
at __webpack_require__ (/api/dist/main.js:3663:33)
at fn (/api/dist/main.js:3769:21)
at Object.<anonymous> (/api/dist/main.js:1477:29)
at __webpack_require__ (/api/dist/main.js:3663:33)
at fn (/api/dist/main.js:3769:21)
at Object.<anonymous> (/api/dist/main.js:372:16)
at __webpack_require__ (/api/dist/main.js:3663:33)
at fn (/api/dist/main.js:3769:21)
Node.js v22.10.0
i try to create custom Strategy, but have an error:
here is my PassportStrategy:
i'll be pleasure if you help me to solve this problem
The text was updated successfully, but these errors were encountered: