• 카테고리

    질문 & 답변
  • 세부 분야

    백엔드

  • 해결 여부

    미해결

구현 완료 후 TypeError: this.userRepository.createUser is not a function

23.01.12 08:35 작성 조회수 1.14k

0

TypeError: this.userRepository.createUser is not a function

포스트맨에서

localhost:3000/auth/signup
실행시 서버가 터지며ㅑㄴ서

TypeError: this.userRepository.createUser is not a function

이런 에러를 내보내고 있는데, 아무리봐도 코드는 모두 똑같아서 무슨 문제인지 찾아지지가 않네요ㅠ

답변 1

답변을 작성해보세요.

0

lgh3806님의 프로필

lgh3806

2023.01.27

auth.service.ts에서

@InjectRepository(UserRepository) 주석 처리 하고 진행해보세요!

https://stackoverflow.com/questions/60777204/typeerror-repository-method-is-not-a-function-nestjs-typeorm

여기 참고 했습니다