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
Yeah. This one had me confused for a bit. I guess it's wise to always check the docs for the latest information. Apparently, NestJS changed the syntax for createParamDecorator a while ago.
I guess with last version of nestjs, couldn't get
req.user
because you will recive undefined data
make sure and test with last version !
Controller :
Decorator:
Console Output:
user undefined
So change code custom decorator to :
The text was updated successfully, but these errors were encountered: