무슨짓을 해도
[0] [nodemon] app crashed - waiting for file changes before starting...
뒤에
[HPM] Error occurred while trying to proxy request /api/favorite/favoriteNumber from localhost:3000 to http://localhost:5000 (ECONNREFUSED)
오류가 붙어왔는데..
cors 오류인가 싶어 다시 설치도 해보고 프록시 문제인가 싶어 프론트엔드의 리액트 패키지.json에 프록시 문장도 추가해봤는데 결국..
express로 만든 백엔드의 라우터에
module.exports = router;
를 추가하지 않았던게 문제였다.
그 후 다시 nodemon 충돌이 생겨서 다시 package.json의 프록시 문장을 삭제해주자 정상 작동되었다.
그리고 삭제하면서 동시에 깨달았다... 오타냈다고
"porxy": "http://localhost:5000",
세상 모든 오류의 90%는 오타일게 확실하다... 이거 때문에 3시간 날렸다
바보멍청이
'바보일기' 카테고리의 다른 글
Requtes failed whth status code 504 m AxiosError , ERR_BAD_RESPONSE (0) | 2022.12.01 |
---|---|
Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: (0) | 2022.11.27 |
백엔드 api 작성 괄호 (0) | 2022.11.12 |
Props로 정보 넘겨줄 때 오타냄 (0) | 2022.11.12 |
useEffect의 특성 (1) | 2022.11.12 |
댓글