I added forwardRef in my auth service.
@Inject(forwardRef(() => UserService)) private readonly userService: UserService,
Now it works. Didn't find any other fix.