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
This still isn't working with @UseGuard(). I'm using a decorator that extends AuthGuard('jwt') and when that is in place, the endpoint can't be hit. Not saying it's this project, because I'm having the same issues regardless. I think @Sse just doesn't work with UseGuard, have you figured out how to do that?
The text was updated successfully, but these errors were encountered:
This still isn't working with
@UseGuard()
. I'm using a decorator that extendsAuthGuard('jwt')
and when that is in place, the endpoint can't be hit. Not saying it's this project, because I'm having the same issues regardless. I think@Sse
just doesn't work with UseGuard, have you figured out how to do that?The text was updated successfully, but these errors were encountered: