반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 4070
- Delete `␍`eslintprettier/prettier
- 네트스제이에스
- API정의서
- 대문자를소문자로
- monorepo
- 소문자를대문자로
- monorepolib
- next에러
- next.js에러
- DTO
- Entity
- Entity작성
- nestjs
- nestjs에러
- 네스트js
- typeorm
- 갤럭시북3
- 모노레포
- Connection not yet open
- Can't resolve '@/styles/globals.css'
- 자바스크립트대소문자
- react프로젝트생성
- error: an invalid controller has been detected.
- 리액트프로젝트생성
- connectionerror
- RTX4070
- 갤럭시북3울트라
- 쿼리튜닝기법
- NestJSSwagger
Archives
- Today
- Total
목록nestjs에러 (1)
코드 낭만 제작소
[NestJS Error] Error: An invalid controller has been detected. "SomeThing" does not have the @Controller() decorator but it is being listed in the "controllers" array of some module.
여느때와 같이 개발을 하던 중 에러를 발견했다.기능의 한 부분을 만들고 서버를 실행시켜보니 제목과같은 에러가 뜨면서 서버에 문제가 생겼다. 굉장히 바보같은 실수고 나다운 실수다... 나 이외에는 이런 문제가 발생 하지 않을 지도 모르지만이와 같은 문제로 시간을 빼앗기고 있을 분들을 위해 기록을 남겨본다.@Module({ imports: [somethingModule], controllers: [SomethingController], providers: [SomethingService, SomethingRepository], exports: [SomethingService],})우선 문제가 되는 기능의 모듈 파일을 가보자!아마 위와같은 방식으로 -각자 조금씩은 다르겠지만- 코드가 작성되어 있을 것이..
Dev-Code(Back-End)/NestJS Error 모음
2024. 10. 18. 09:59